From d70dc6a0e50b68c070049393d1114fad0755b4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 29 Feb 2012 15:10:11 +0100 Subject: [PATCH] Make it readable --- html/title.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/title.html b/html/title.html index 8f807f7ed..852abfea6 100644 --- a/html/title.html +++ b/html/title.html @@ -1 +1,5 @@ -{% if title %}{{ title }}{% else %}{{ fallbacktitle }}{% endif %} +{% if title %} +{{ title }} +{% else %} +{{ fallbacktitle }} +{% endif %}