[fix] result url block selection

This commit is contained in:
Adam Tauber 2016-06-26 14:13:03 +02:00
parent 7013c3dc0d
commit 0c9c063141
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{% endfor %} {% endfor %}
<small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small> <small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
</div> </div>
<span class="text-muted"><small>{{ result.pretty_url }}</small></span> <div class="text-muted"><small>{{ result.pretty_url }}</small></div>
{%- endmacro %} {%- endmacro %}
<!-- Draw result footer --> <!-- Draw result footer -->