summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-08 18:52:08 +0100
committerGeorg Brandl <georg@python.org>2009-11-08 18:52:08 +0100
commita2c483c20b8f8bc5fc895cf03cfe69be70a61524 (patch)
tree1b672aab330cd98ba7667b754a57e818848c93ec
parentcecc7a3a696d3ead8c90656ced441920a6477de6 (diff)
downloadsphinx-git-a2c483c20b8f8bc5fc895cf03cfe69be70a61524.tar.gz
#261: fix template nit.
-rw-r--r--sphinx/themes/basic/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index dd2e2d511..2c8c4d7db 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -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 = "" %}