Bug 13618: Do not display   and html tags in item fields content

Note that there might be other occurrences to fix!

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Jonathan Druart 2016-01-07 09:29:14 +00:00 committed by Brendan Gallagher
parent a967a09261
commit baeeaffbf8

View file

@ -174,7 +174,7 @@ function Changefwk(FwkList) {
[% FOREACH item IN item_loop %]
<tr>
[% FOREACH sf_code IN item_subfield_codes %]
<td>[% item.$sf_code %]</td>
<td>[% item.$sf_code.raw %]</td>
[% END %]
</tr>
[% END %]