Defect #703
$htmlize.get() still produces <br> tags
Start date:
07/08/2013
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
I try to pass a Base64 string to the template but I get HTML breaks in there.
Using $htmlize.get() still returns me HTML breaks
History
Updated by Patrick Talbot almost 12 years ago
- Status changed from New to Rejected
$html.get() and #h() are supposed to allow html tags and will not escape them (using html entities for < > and &). The issue here is that the new lines are already transposed to <br/> before that invocation. If a fix is to be created it will not take place at that level.