diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/about.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/about.tpl b/template/yoga/about.tpl index 62b51839d..d9e935205 100644 --- a/template/yoga/about.tpl +++ b/template/yoga/about.tpl @@ -4,7 +4,7 @@ <ul class="categoryActions"> <li> <a href="{$U_HOME}" title="{'return to homepage'|@translate}"> - <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/> + <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"> </a> </li> </ul> |