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 8b16462..11cfbc7 100644 --- a/app/helpers/content_helper.rb +++ b/app/helpers/content_helper.rb | |||
| @@ -63,7 +63,7 @@ module ContentHelper | |||
| 63 | options = {} | 63 | options = {} |
| 64 | 64 | ||
| 65 | begin | 65 | begin |
| 66 | if content =~ /<aggregate([^<>]*)>/ | 66 | if content =~ /<p><aggregate([^<>]*)><\/p>/ |
| 67 | tag = $~.to_s | 67 | tag = $~.to_s |
| 68 | matched_data = $1.scan(/\w+\=\"[a-zA-Z\s\/_\d,]*\"/) | 68 | matched_data = $1.scan(/\w+\=\"[a-zA-Z\s\/_\d,]*\"/) |
| 69 | 69 | ||
