Browse Source

[fix] rtl result template

Adam Tauber 8 years ago
parent
commit
36c8977390
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      searx/templates/oscar/macros.html

+ 1
- 2
searx/templates/oscar/macros.html View File

@@ -40,8 +40,7 @@
40 40
         <span class="label label-default">{{ engine }}</span>
41 41
     {% endfor %}
42 42
     <small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
43
-</div>
44
-    <span class="text-muted"><small>{{ result.pretty_url }}</small></span>
43
+    <div class="text-muted"><small>{{ result.pretty_url }}</small></div>
45 44
 {%- endmacro %}
46 45
 
47 46
 {% macro preferences_item_header(info, label, rtl) -%}