Kaynağa Gözat

Remove / in url_for parameter for simple theme

Same change as with the oscar theme.
Hypolite Petovan 7 yıl önce
ebeveyn
işleme
d506d87f60
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      searx/templates/simple/macros.html

+ 1
- 1
searx/templates/simple/macros.html Dosyayı Görüntüle

@@ -9,7 +9,7 @@
9 9
 
10 10
 <!-- Draw favicon -->
11 11
 {% macro draw_favicon(favicon) -%}
12
-    <img width="14" height="14" class="favicon" src="{{ url_for('static', filename='/themes/simple/img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" />
12
+    <img width="14" height="14" class="favicon" src="{{ url_for('static', filename='themes/simple/img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" />
13 13
 {%- endmacro %}
14 14
 
15 15
 {% macro result_open_link(url, classes='') -%}