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}} {{#if has_image}}
<img class="emoji" src="{{ img_src }}" /> <img class="emoji" src="{{ img_src }}" />
&nbsp;&nbsp; &nbsp;&nbsp;
{{/if}} {{/if~}}
<strong> <strong>
{{ primary }} {{~ primary ~}}
</strong> </strong>
{{#if has_secondary}} {{~#if has_secondary}}
&nbsp;&nbsp; &nbsp;&nbsp;
<small class="autocomplete_secondary"> <small class="autocomplete_secondary">
{{ secondary }} {{~ secondary ~}}
</small> </small>
{{/if}} {{~/if}}