diff options
| author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2014-03-02 16:00:30 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-03 08:37:17 -0500 |
| commit | 2b6436e2d5d9fdc1961b2d5b5022122afcb0703a (patch) | |
| tree | c8a2258ee3fb89c981947ef0565a761ce9fa7df8 /docs/_theme | |
| parent | 0d912258921a442c48d5787228db2db5af7e8fa5 (diff) | |
Fixed some typos and formatting issues in docs.
Diffstat (limited to 'docs/_theme')
| -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> |
