encode with html_entity rather than html

This commit is contained in:
Eric A. Miller
2014-02-16 23:17:05 -05:00
parent b49216c9cb
commit 66c0a9d4fa
6 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@
<td>
<a class="nd_linkcell"
href="[% uri_for('/report/portssid') %]?ssid=[% row.ssid | uri %]">
[% row.ssid | html %]</a>
[% row.ssid | html_entity %]</a>
</td>
<td class="nd_center-cell">[% row.broadcast ? 'Yes' : 'No' %]</td>
<td class="nd_center-cell">[% row.count | format_number %]</td>