mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[typo] fix `language_data.js_t
` (#12228)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
parent
600d3d3ada
commit
de1c4d7faa
@ -13,7 +13,7 @@
|
||||
var stopwords = {{ search_language_stop_words }};
|
||||
|
||||
{% if search_language_stemming_code %}
|
||||
/* Non-minified version is copied as a separate JS file, is available */
|
||||
/* Non-minified version is copied as a separate JS file, if available */
|
||||
{{ search_language_stemming_code|safe }}
|
||||
{% endif -%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user