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 /templates | |
parent | 8e77dc1c9cda0777158b12025d6123452e090765 (diff) |
page.tmpl: Accidentially broke po plugin's otherlanguages list styling when modifying for html5; now fixed.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |