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:
parent
a967a09261
commit
baeeaffbf8
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue