templates: Remove unnecessary newlines in typeahead_list_item.

This commit is contained in:
Yago González
2017-06-22 23:40:42 +02:00
committed by showell
parent 7e3154f7bc
commit 024362278e

View File

@@ -1,13 +1,13 @@
{{#if has_image}}
<img class="emoji" src="{{ img_src }}" />
&nbsp;&nbsp;
{{/if}}
{{/if~}}
<strong>
{{ primary }}
{{~ primary ~}}
</strong>
{{#if has_secondary}}
{{~#if has_secondary}}
&nbsp;&nbsp;
<small class="autocomplete_secondary">
{{ secondary }}
{{~ secondary ~}}
</small>
{{/if}}
{{~/if}}