Bug 13618: Fix for system preference description
If a syspref description contains html tag, do not display them Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
0e98662b10
commit
a967a09261
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
<td><div>
|
||||
[% FOREACH CHUNK IN LINE.CHUNKS %]
|
||||
[% IF ( CHUNK.type_text ) %]
|
||||
[% CHUNK.contents %]
|
||||
[% CHUNK.contents.raw %]
|
||||
[% ELSIF ( CHUNK.type_input ) %]
|
||||
<input type="[%IF CHUNK.input_type %][% CHUNK.input_type %][% ELSE %]text[% END %]" name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %]" value="[% CHUNK.value %]" autocomplete="off" /> [% IF ( CHUNK.dateinput ) %]<span class="hint">[% INCLUDE 'date-format.inc' %]</span>[% END %]
|
||||
[% ELSIF ( CHUNK.type_select ) %]
|
||||
|
|
Loading…
Reference in a new issue