diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/comments.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/comments.tpl b/template/yoga/comments.tpl index 13994c0a7..3262fe7b2 100644 --- a/template/yoga/comments.tpl +++ b/template/yoga/comments.tpl @@ -3,7 +3,7 @@ <div class="titrePage"> <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}"/></a></li> + <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li> </ul> <h2>{'User comments'|@translate}</h2> </div> @@ -13,9 +13,9 @@ <fieldset> <legend>{'Filter'|@translate}</legend> - <label>{'Keyword'|@translate}<input type="text" name="keyword" value="{$F_KEYWORD}" /></label> + <label>{'Keyword'|@translate}<input type="text" name="keyword" value="{$F_KEYWORD}"></label> - <label>{'Author'|@translate}<input type="text" name="author" value="{$F_AUTHOR}" /></label> + <label>{'Author'|@translate}<input type="text" name="author" value="{$F_AUTHOR}"></label> <label> {'Category'|@translate} |