Fixed some typos and formatting issues in docs.

This commit is contained in:
Rodolfo Carvalho 2014-03-02 16:00:30 +01:00 committed by Tim Graham
parent 0d91225892
commit 2b6436e2d5
13 changed files with 70 additions and 64 deletions

View file

@ -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>