From 04f5b3e2f7423b412768b1f6e336bfd818098de9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 17 May 2010 10:51:44 -0500 Subject: Fix display issues in IE/Chrome on developer list page They did not like the self-closing anchor tag, causing the link style to get applied to the entire profile section. Not too cool. Gecko didn't seem to have a problem with it but IE and Chrome (all Webkit?) did. Signed-off-by: Dan McGee --- templates/public/developer_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 9a63a6dc..ff38b26a 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -11,7 +11,7 @@ Image for {{ prof.alias }} - + -- cgit v1.2.3
Name: