summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/helpers/content_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb
index b2603481..c88267c3 100644
--- a/app/helpers/content_helper.rb
+++ b/app/helpers/content_helper.rb
@@ -106,7 +106,8 @@ module ContentHelper
106 def aggregate? content 106 def aggregate? content
107 options = {} 107 options = {}
108 108
109 cccms_attributes = ActionView::Base.sanitized_allowed_attributes + ['lang'] 109 cccms_attributes = ActionView::Base.sanitized_allowed_attributes +
110 %w[lang target rel data-gallery]
110 111
111 begin 112 begin
112 if content =~ /\[aggregate([^\]]*)\]/ 113 if content =~ /\[aggregate([^\]]*)\]/