Bug 27943: (QA follow-up) Add missing TT filters
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a8b075a4d3
commit
956ff1ab56
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
[% IF summary.equalterm.size %]
|
||||
[% FOREACH term IN summary.equalterm %]
|
||||
<span class="label">=</span>
|
||||
<span class="authorized">[% term.heading %]</span>
|
||||
<span class="authorized">[% term.heading | html %]</span>
|
||||
[% END %]
|
||||
[% END %]
|
||||
</div>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
[% IF summary.equalterm.size %]
|
||||
[% FOREACH term IN summary.equalterm %]
|
||||
<span class="label">=</span>
|
||||
<span class="authorized">[% term.heading %]</span>
|
||||
<span class="authorized">[% term.heading | html %]</span>
|
||||
[% END %]
|
||||
[% END %]
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue