I have an array of Strings containing unsave content (user input).
I want to join these Strings in my template, separated by <br />
.
I tried:
somearray.join("<br />")
But this will also escape the sparator.
Is there a workaround, keeping in mind that the content of the array absolutely must be escaped?
".html_safe) ? – iltempo Mar 06 '12 at 12:57
")` – Majiy Mar 06 '12 at 13:03