From b2de5fec2bd112eb937dcb98b25685078cccdeb1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 3 Dec 2011 13:08:47 -0600 Subject: Switch to HTML5 doctype for base template This moves us from XHTML strict to the more useful HTML5 doctype. One old holdover table attribute (cellspacing) is also fixed. Signed-off-by: Dan McGee --- templates/base.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 3b50907..a120c53 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,5 @@ - - + + {% block title %}Arch Linux{% endblock %} -- cgit v1.2.3-24-g4f1b