diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 17:00:16 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 17:00:16 -0400 |
commit | e9d20231a0fa99fe614a43cf60c53af7a84fc795 (patch) | |
tree | 96e1e86f26cace006a4d911499fc0ee77c5a2d6d /templates | |
parent | e03155172756f5c54c180136a5982e543cacb534 (diff) |
further otherlanguages list styling
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> |