page.tmpl: Accidentially broke po plugin's otherlanguages list styling when modifying for html5; now fixed.
parent
8e77dc1c9c
commit
ffcd2da827
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue