From bb819731e4e6bc0ace6542202d4ddd922dfbabb9 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Wed, 10 Feb 2021 20:47:42 +0300 Subject: [PATCH] language_data.js_t: Move endif to the right place --- sphinx/themes/basic/static/language_data.js_t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}