diff options
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/content_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb index 21cc579..53bf5b2 100644 --- a/app/helpers/content_helper.rb +++ b/app/helpers/content_helper.rb | |||
| @@ -80,7 +80,7 @@ module ContentHelper | |||
| 80 | begin | 80 | begin |
| 81 | if content =~ /\[aggregate([^\]]*)\]/ | 81 | if content =~ /\[aggregate([^\]]*)\]/ |
| 82 | tag = $~.to_s | 82 | tag = $~.to_s |
| 83 | matched_data = $1.scan(/\w+\="[a-zA-Z\s\/_\d,.=]*"/) | 83 | matched_data = $1.scan(/\w+\="[a-zA-Z\s\/_\d,.=-]*"/) |
| 84 | 84 | ||
| 85 | matched_data.each do |data| | 85 | matched_data.each do |data| |
| 86 | splitted_data = data.split("=", 2) | 86 | splitted_data = data.split("=", 2) |
