Project

General

Profile

Defect #703

$htmlize.get() still produces <br> tags

Added by Robert Ivens almost 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
velocity
Target version:
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

#1

Updated by Patrick Talbot almost 11 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.

Also available in: Atom PDF