diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-03 16:29:30 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-03 16:29:30 +0000 |
commit | ba4daca5e2320c26c47411214524c2ebe9eae024 (patch) | |
tree | e475d26c5d53047a363806f0f79863d62e54d22e /template | |
parent | 3081155427d0dc52c00db7ba803a54d279d1d7ef (diff) |
fix bug 387 : html errors in search.tpl
git-svn-id: http://piwigo.org/svn/trunk@1337 68402e56-0260-453c-a942-63ccdbb3a9ee
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> |