From 5123fd3f8d57ac1433afefde43e69ec8b5406132 Mon Sep 17 00:00:00 2001 From: ich Date: Tue, 17 Jul 2012 12:55:47 +0200 Subject: [PATCH] One id too many: the summary page was already displayed in a div marked as id="content" An id name can only be used once, but the browsers have no problem applying the css twice... --- webcit/static/t/summary/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/t/summary/page.html b/webcit/static/t/summary/page.html index 089cdfb27..6daa3be86 100644 --- a/webcit/static/t/summary/page.html +++ b/webcit/static/t/summary/page.html @@ -12,7 +12,7 @@ * In the future we might consider updating individual sections of the summary * instead of the whole thing. ")> -
+
-- 2.30.2