diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-24 17:40:03 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-24 17:40:03 +0100 |
| commit | 3f3097c772e8d6d5f6441e4ed81f18891e551e19 (patch) | |
| tree | e710d4ca7595fd58866a1ebeb533ea9c5619c121 /docs/utils | |
| parent | 42c1a938f0c5c5f34c6904f8458dbf4d7c2c1ab6 (diff) | |
[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] https://github.com/searxng/searxng/pull/485/files/80fb77476fad4b229418c530f3ffda67f357a15a#r756112716
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
0 files changed, 0 insertions, 0 deletions