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:
Katrin Fischer 2022-04-24 11:51:01 +00:00 committed by Tomas Cohen Arazi
parent a8b075a4d3
commit 956ff1ab56
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>