@@ -518,7 +518,7 module ApplicationHelper | |||||
518 | while tag = tags.pop |
|
518 | while tag = tags.pop | |
519 | parsed << "</#{tag}>" |
|
519 | parsed << "</#{tag}>" | |
520 | end |
|
520 | end | |
521 | parsed |
|
521 | parsed.html_safe | |
522 | end |
|
522 | end | |
523 |
|
523 | |||
524 | def parse_inline_attachments(text, project, obj, attr, only_path, options) |
|
524 | def parse_inline_attachments(text, project, obj, attr, only_path, options) |
General Comments 0
You need to be logged in to leave comments.
Login now