searxng/searx/templates/simple
Markus Heiser 3f3097c772 [fix] templates: remove unneeded escape \' of single quotation mark
Strings like::

    'Query in the page\'s title'

are hard to read / remove escape sequence by using double quotation marks for
strings ::

    "Query in the page's title"

BTW: remove a leading dot in the simple theme [1].

[1] 80fb77476f (r756112716)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-24 17:40:03 +01:00
..
filters [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
messages [fix] templates: remove unneeded escape \' of single quotation mark 2021-11-24 17:40:03 +01:00
result_templates fix PR #535 2021-11-23 18:59:50 +01:00
404.html Drop Python 2 (2/n): templates 2020-09-10 10:39:04 +02:00
about.html [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
base.html [enh] simple theme: add "simple-style" preferences 2021-11-19 16:45:50 +01:00
categories.html [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
icons.html [fix] delete trailing whitespace 2021-11-13 15:40:00 +01:00
index.html [simple theme] update to ion icons 5 and drop webfont 2021-11-13 10:42:07 +01:00
infobox.html [mod] separate index and search routes 2020-11-02 20:04:03 -07:00
macros.html [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
preferences.html [fix] templates: remove unneeded escape \' of single quotation mark 2021-11-24 17:40:03 +01:00
results.html Merge pull request #485 from dalf/pref_query_in_title 2021-11-24 13:10:27 +01:00
search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
simple.spec.txt [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
simple_search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
stats.html [simple theme] update to ion icons 5 and drop webfont 2021-11-13 10:42:07 +01:00