mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
This fixes an XSS hole (#249). (imported from commit 5f70c0bc23e0d992f2d85889e2ba9157f1b73b3a)
10 lines
227 B
HTML
10 lines
227 B
HTML
<span id="currently_narrowed_to"
|
|
title="{{description}}{{#if subject}} | {{subject}}{{/if}}">
|
|
|
|
<i class="icon-{{icon}}"></i>
|
|
{{description}}
|
|
{{#if subject}}
|
|
| {{subject}}
|
|
{{/if}}
|
|
</span>
|