aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-15 17:00:16 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-15 17:00:16 -0400
commite9d20231a0fa99fe614a43cf60c53af7a84fc795 (patch)
tree96e1e86f26cace006a4d911499fc0ee77c5a2d6d /templates/page.tmpl
parente03155172756f5c54c180136a5982e543cacb534 (diff)
downloadikiwiki-e9d20231a0fa99fe614a43cf60c53af7a84fc795.tar
ikiwiki-e9d20231a0fa99fe614a43cf60c53af7a84fc795.tar.gz
further otherlanguages list styling
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 653179e5d..e71ba316d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -29,7 +29,7 @@
<span class="title">
<TMPL_VAR TITLE>
<TMPL_IF NAME="ISTRANSLATION">
-(<TMPL_VAR NAME="PERCENTTRANSLATED">&nbsp;%)
+&nbsp;(<TMPL_VAR NAME="PERCENTTRANSLATED">%)
</TMPL_IF>
</span>
</span><!--.header-->
@@ -76,7 +76,7 @@
<TMPL_IF NAME="MASTER">
(master)
<TMPL_ELSE>
-(<TMPL_VAR NAME="PERCENT">&nbsp;%)
+&nbsp;(<TMPL_VAR NAME="PERCENT">%)
</TMPL_IF>
</li>
</TMPL_LOOP>