diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-16 00:03:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-16 00:03:35 -0400 |
commit | ffcd2da8274b44663207bb866007ee3bc8d8a15f (patch) | |
tree | 975e29158ae5f23552ee75c38bb7e8979cc72016 | |
parent | 8e77dc1c9cda0777158b12025d6123452e090765 (diff) | |
download | ikiwiki-ffcd2da8274b44663207bb866007ee3bc8d8a15f.tar ikiwiki-ffcd2da8274b44663207bb866007ee3bc8d8a15f.tar.gz |
page.tmpl: Accidentially broke po plugin's otherlanguages list styling when modifying for html5; now fixed.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | templates/page.tmpl | 2 |
2 files changed, 8 insertions, 1 deletions
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> |