From ffcd2da8274b44663207bb866007ee3bc8d8a15f Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Sun, 16 May 2010 00:03:35 -0400
Subject: [PATCH] page.tmpl: Accidentially broke po plugin's otherlanguages
 list styling when modifying for html5; now fixed.

---
 debian/changelog    | 7 +++++++
 templates/page.tmpl | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 50b1fddff..918970a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ikiwiki (3.20100516) UNRELEASED; urgency=low
+
+  * page.tmpl: Accidentially broke po plugin's otherlanguages list styling
+    when modifying for html5; now fixed.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 16 May 2010 00:03:06 -0400
+
 ikiwiki (3.20100515) unstable; urgency=low
 
   * Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
diff --git a/templates/page.tmpl b/templates/page.tmpl
index f7944e40e..235b693fe 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -88,7 +88,7 @@
 </TMPL_IF>
 
 <TMPL_IF OTHERLANGUAGES>
-<TMPL_IF HTML5><nav class="otherlanguages"><TMPL_ELSE><div class="otherlanguages"></TMPL_IF>
+<TMPL_IF HTML5><nav id="otherlanguages"><TMPL_ELSE><div id="otherlanguages"></TMPL_IF>
 <ul>
 <TMPL_LOOP OTHERLANGUAGES>
 <li>
-- 
2.39.5