From 1c69bcadc1056d22bc7db96d8ca586b66bc81853 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 28 Jan 2013 13:44:49 +0100 Subject: HTML5 compliant header. --- source/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/templates/base.html b/source/templates/base.html index c6b33a82..ecc1bb0e 100644 --- a/source/templates/base.html +++ b/source/templates/base.html @@ -2,6 +2,7 @@ + %if header_text is UNDEFINED: pyAggr3g470r %elif header_text == 0: @@ -9,9 +10,8 @@ %else: ${header_text} - pyAggr3g470r %endif - - - + + - \ No newline at end of file + -- cgit