Fixed markup escaping issue

This commit is contained in:
Sebastian Wiesner 2008-11-27 00:31:43 +01:00
parent 28f361e564
commit a2a8e8da52

View File

@ -89,7 +89,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{{ metatags }}
{%- if builder != 'htmlhelp' %}
{%- set titlesuffix = " &mdash; " + docstitle|e %}
{%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
{%- endif %}
<title>{{ title|striptags }}{{ titlesuffix }}</title>
{%- if builder == 'web' %}