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/public/developer_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/public/developer_list.html') 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 %}