mirror of https://github.com/zulip/zulip.git
templates: Add missing "aria-hidden" attribute.
This commit adds missing "aria-hidden" attribute for hashtag icon in inline_decorated_stream_name.hbs template and sets its value to "true".
This commit is contained in:
parent
9ec3608569
commit
95add66ed3
|
@ -4,5 +4,5 @@
|
|||
{{ else if stream.is_web_public }}
|
||||
<i class="zulip-icon zulip-icon-globe stream-privacy-type-icon" {{#if show_colored_icon}}style="color: {{stream.color}}"{{/if}} aria-hidden="true"></i> {{stream.name ~}}
|
||||
{{ else }}
|
||||
<i class="zulip-icon zulip-icon-hashtag stream-privacy-type-icon" {{#if show_colored_icon}}style="color: {{stream.color}}"{{/if}}></i> {{stream.name ~}}
|
||||
<i class="zulip-icon zulip-icon-hashtag stream-privacy-type-icon" {{#if show_colored_icon}}style="color: {{stream.color}}"{{/if}} aria-hidden="true"></i> {{stream.name ~}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue