page.tmpl: Accidentially broke po plugin's otherlanguages list styling when modifying...
authorJoey Hess <joey@kitenet.net>
Sun, 16 May 2010 04:03:35 +0000 (00:03 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 16 May 2010 04:03:35 +0000 (00:03 -0400)
debian/changelog
templates/page.tmpl

index 50b1fddff74034c31148cd3dd085f1def3f15bc5..918970a3c15f3659cefbaaf6df075724e0d7bfb6 100644 (file)
@@ -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
 ikiwiki (3.20100515) unstable; urgency=low
 
   * Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
index f7944e40ee1ae327afdd73605f2680a27ce9e1b9..235b693fe29315fd29ec5b5232bc4709f72a0c82 100644 (file)
@@ -88,7 +88,7 @@
 </TMPL_IF>
 
 <TMPL_IF OTHERLANGUAGES>
 </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>
 <ul>
 <TMPL_LOOP OTHERLANGUAGES>
 <li>