You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
filters [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
messages [fix] templates: remove unneeded escape \' of single quotation mark 3 years ago
result_templates fix PR #535 3 years ago
404.html
about.html
base.html [enh] simple theme: add "simple-style" preferences 3 years ago
categories.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
icons.html [fix] delete trailing whitespace 3 years ago
index.html [simple theme] update to ion icons 5 and drop webfont 3 years ago
infobox.html
macros.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
preferences.html [fix] templates: remove unneeded escape \' of single quotation mark 3 years ago
results.html Merge pull request #485 from dalf/pref_query_in_title 3 years ago
search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
simple.spec.txt
simple_search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
stats.html [simple theme] update to ion icons 5 and drop webfont 3 years ago