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 ++--- templates/public/developer_list.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'templates') 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 %} diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 5aa4c6b..83c6295 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -18,7 +18,7 @@ - +
-- cgit v1.2.3-24-g4f1b
Name: {{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}