Added XHTML 1.1 document declaration to epub builder

This commit is contained in:
Roland Meister 2013-04-29 20:42:12 +02:00
parent f879346cea
commit 234a600e79

View File

@ -9,6 +9,10 @@
#}
{%- extends "basic/layout.html" %}
{%- block doctype -%}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
{%- endblock -%}
{# add only basic navigation links #}
{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}