#261: fix template nit.

This commit is contained in:
Georg Brandl 2009-11-08 18:52:08 +01:00
parent cecc7a3a69
commit a2c483c20b

View File

@ -93,7 +93,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{{ metatags }}
{%- if not embedded %}
{%- if not embedded and docstitle %}
{%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
{%- else %}
{%- set titlesuffix = "" %}