diff options
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> |