diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/search.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 156820f9c..1e3c9be2d 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -55,7 +55,7 @@ </label></li> <li><label> <input type="radio" name="date_type" value="date_available" />{lang:Post date} - </li></label> + </label></li> </ul> <ul> <li><label>{lang:search_date_from}</label></li> @@ -116,13 +116,13 @@ </label></li> </ul> <ul> - <li><label>{lang:search_sort}</li></label> + <li><label>{lang:search_sort}</label></li> <li><label> <input type="radio" name="sd" value="AND" />{lang:search_ascending} - </li></label> + </label></li> <li><label> <input type="radio" name="sd" value="d" checked="checked" />{lang:search_descending} - </li></label> + </label></li> </ul> </fieldset> <p> |