Bug 929345: bug history/activity shouldn't collapse multi-line values to a single line

r=LpSolit, a=sgreen


git-svn-id: svn://10.0.0.236/trunk@265117 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org
2013-11-19 16:30:55 +00:00
parent 50ec8c4f59
commit 41618b7096
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
8815
8816

View File

@@ -94,7 +94,7 @@
change.fieldname == 'flagtypes.name' %]
[% display_value(change.fieldname, change_type) FILTER email FILTER html %]
[% ELSE %]
[% display_value(change.fieldname, change_type) FILTER html %]
[% display_value(change.fieldname, change_type) FILTER html FILTER html_line_break %]
[% END %]
[% ELSE %]