Browse Source

[fix] Fix improper import of corrections.html

Duckxz 2 months ago
parent
commit
1ae37728e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/simple/results.html

+ 1 - 1
searx/templates/simple/results.html

@@ -59,7 +59,7 @@
     </div>
     </div>
 
 
     {%- if corrections -%}
     {%- if corrections -%}
-      {%- include 'simple/elements/corrections' -%}
+      {%- include 'simple/elements/corrections.html' -%}
     {%- endif -%}
     {%- endif -%}
 
 
     <div id="urls" role="main">
     <div id="urls" role="main">