Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2021-02-10 20:47:42 +0300
committerDmitry Shachnev <mitya57@gmail.com>2021-02-12 20:28:56 +0300
commitbb819731e4e6bc0ace6542202d4ddd922dfbabb9 (patch)
tree3a7d9b50719eac3c8c7ba74d8437e79240f0b01d /sphinx/themes
parent34553dc8dd5edd6a0393108df4a1046445baa196 (diff)
language_data.js_t: Move endif to the right place
Diffstat (limited to 'sphinx/themes')
-rw-r--r--sphinx/themes/basic/static/language_data.js_t3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/language_data.js_t b/sphinx/themes/basic/static/language_data.js_t
index 1425b022a..efa154df6 100644
--- a/sphinx/themes/basic/static/language_data.js_t
+++ b/sphinx/themes/basic/static/language_data.js_t
@@ -13,8 +13,9 @@
var stopwords = {{ search_language_stop_words }};
{% if search_language_stemming_code %}
-/* Non-minified version JS is _stemmer.js if file is provided */ {% endif -%}
+/* Non-minified version is copied as a separate JS file, is available */
{{ search_language_stemming_code|safe }}
+{% endif -%}
{% if search_scorer_tool %}
{{ search_scorer_tool|safe }}