diff options
author | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-08-30 03:02:15 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-08-30 03:02:15 -0400 |
commit | c36d2fa896e9ea42c0b6b0135ba04b4f4f60950f (patch) | |
tree | 22f1314d8e974c73bde4970c97d497628f2a1465 /templates | |
parent | 5e94e973eeb4ba75d9c37bd801278f686f0977c3 (diff) | |
parent | 517432273b96fc9e6bad9b7667ef6d1b04c699ee (diff) |
Merge branch 'master' of git://github.com/joeyh/ikiwiki
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
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"> %) + (<TMPL_VAR NAME="PERCENTTRANSLATED">%) </TMPL_IF> </span> </span><!--.header--> @@ -76,7 +76,7 @@ <TMPL_IF NAME="MASTER"> (master) <TMPL_ELSE> -(<TMPL_VAR NAME="PERCENT"> %) + (<TMPL_VAR NAME="PERCENT">%) </TMPL_IF> </li> </TMPL_LOOP> |