From 2b6436e2d5d9fdc1961b2d5b5022122afcb0703a Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 2 Mar 2014 16:00:30 +0100 Subject: Fixed some typos and formatting issues in docs. --- docs/_theme/djangodocs/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_theme') 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() }} -- cgit v1.3