diff options
Diffstat (limited to 'docs/_theme/djangodocs/layout.html')
| -rw-r--r-- | docs/_theme/djangodocs/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_theme/djangodocs/layout.html b/docs/_theme/djangodocs/layout.html index 6bb3653084..833742b94b 100644 --- a/docs/_theme/djangodocs/layout.html +++ b/docs/_theme/djangodocs/layout.html @@ -17,8 +17,8 @@ {%- endmacro %} {% block extrahead %} -{# When building htmlhelp (CHM format) disable JQuery inclusion, #} -{# as it causes problems in compiled CHM files. #} +{# When building htmlhelp (CHM format) disable jQuery inclusion, #} +{# as it causes problems in compiled CHM files. #} {% if builder != "htmlhelp" %} {{ super() }} <script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script> |
