language_data.js_t: Move endif to the right place

This commit is contained in:
Dmitry Shachnev
2021-02-10 20:47:42 +03:00
parent 34553dc8dd
commit bb819731e4

View File

@@ -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 }}