TT#114401 fix call destination set html escaping

Change-Id: I9033a34cdb370d254e66b37908422f3d0fb77e4d
(cherry picked from commit 294ad44163)
mr9.5.1
Kirill Solomko 4 years ago
parent 77fab1e964
commit cdc857a7be

@ -226,9 +226,7 @@ $( document ).ready(function() {
[% modal_header_dynamic(m.header = c.loc('Destination Set "[_1]" Details', escaped_dset_name), m.id=dset_unique_id) %]
<div class="modal-body">
[% FOR d IN maps.destinations -%]
[% FILTER html -%]
[% PROCESS print_destination d=d; %]<br/>
[% END -%]
[% jdx = jdx + 1 -%]
[% END -%]
</div>

Loading…
Cancel
Save