mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
language_data.js_t: Move endif to the right place
This commit is contained in:
@@ -13,8 +13,9 @@
|
|||||||
var stopwords = {{ search_language_stop_words }};
|
var stopwords = {{ search_language_stop_words }};
|
||||||
|
|
||||||
{% if search_language_stemming_code %}
|
{% 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 }}
|
{{ search_language_stemming_code|safe }}
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if search_scorer_tool %}
|
{% if search_scorer_tool %}
|
||||||
{{ search_scorer_tool|safe }}
|
{{ search_scorer_tool|safe }}
|
||||||
|
|||||||
Reference in New Issue
Block a user