Parcourir la source

[fix] html5 compatibility

asciimoo il y a 11 ans
Parent
révision
23b327c6ae
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      searx/templates/about.html

+ 3
- 3
searx/templates/about.html Voir le fichier

@@ -39,11 +39,11 @@
39 39
 <p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p>
40 40
 <h2 id="dev_faq">Developer FAQ</h2>
41 41
 <h3>New engines?</h3>
42
-<p><ul>
42
+<ul>
43 43
     <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li>
44 44
     <li>Create your custom engine module, check the <a href="https://github.com/asciimoo/searx/blob/master/examples/basic_engine.py">example engine</a></li>
45
-    </ul>Don't forget to restart searx after config edit!
46
-</p>
45
+</ul>
46
+<p>Don't forget to restart searx after config edit!</p>
47 47
 <h3>WSGI support?</h3>
48 48
 <p><a href="https://about.okhin.fr/posts/Searx/">Okhin wrote</a> a great and detailed article about the setup.</p>
49 49
 <h3>How to debug engines?</h3>