Browse Source

[fix] URL percent-encoding in translations fail in babel

Closes: https://github.com/searxng/searxng/issues/2482
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 1 year ago
parent
commit
1a1ab34d9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/simple/preferences/method.html

+ 1 - 1
searx/templates/simple/preferences/method.html

@@ -11,6 +11,6 @@
     </select>{{- '' -}}
     </select>{{- '' -}}
   </div>{{- '' -}}
   </div>{{- '' -}}
   <div class="description">
   <div class="description">
-    {{- _('Change how forms are submitted, <a href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods" rel="external">learn more about request methods</a>') -}}
+    {{- _('Change how forms are submitted') }} <a href="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods" rel="external">🔗</a>
   </div>{{- '' -}}
   </div>{{- '' -}}
 </fieldset>{{- '' -}}
 </fieldset>{{- '' -}}