diff options
Diffstat (limited to 'themes/default/template/about.tpl')
-rw-r--r-- | themes/default/template/about.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index 9e9515386..eca44dbed 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -1,9 +1,9 @@ <div id="content" class="content"> <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> - <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> - </a></li> + <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> + <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> + </a></li> </ul> <h2>{'About'|@translate}</h2> </div> |