From 9c7d1c053f929b292cdc8e61a1d419afc0462794 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 1 Jan 2011 22:19:46 +0100 Subject: feedlink/blogpost templates: use class instead of id There can be more than one feedlink group in a page, as well as (more rarely) multiple blog forms, and using the same id for all of them causes HTML validation errors. Replace the id with a class by the same name and adjust in-repository CSS. (cherry picked from commit 0c3b91e1f06fb357711cfa71d514f139cd8e04e3) --- templates/blogpost.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/blogpost.tmpl') diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl index 754f24b4e..b9a3bc666 100644 --- a/templates/blogpost.tmpl +++ b/templates/blogpost.tmpl @@ -1,5 +1,5 @@
-
+
RSS -- cgit v1.2.3