mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
templates: Remove unnecessary newlines in typeahead_list_item.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{{#if has_image}}
|
||||
<img class="emoji" src="{{ img_src }}" />
|
||||
|
||||
{{/if}}
|
||||
{{/if~}}
|
||||
<strong>
|
||||
{{ primary }}
|
||||
{{~ primary ~}}
|
||||
</strong>
|
||||
{{#if has_secondary}}
|
||||
{{~#if has_secondary}}
|
||||
|
||||
<small class="autocomplete_secondary">
|
||||
{{ secondary }}
|
||||
{{~ secondary ~}}
|
||||
</small>
|
||||
{{/if}}
|
||||
{{~/if}}
|
||||
|
||||
Reference in New Issue
Block a user