aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-12 15:01:14 +0000
committernikrou <nikrou@piwigo.org>2006-04-12 15:01:14 +0000
commit487d0565b094b28a0b1bd17f49f19735be1609bb (patch)
tree9a382517cf7d35e788c257379a83c08d33cc4e86 /template/yoga/search.tpl
parent41a9a7274eef1f9517f9bd556557184d0237e32e (diff)
fixed html bug: name removed and tag "a" must not be closed before label
merge -r1149:1150 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1153 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/search.tpl')
-rw-r--r--template/yoga/search.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl
index f841c131e..0531bcb35 100644
--- a/template/yoga/search.tpl
+++ b/template/yoga/search.tpl
@@ -63,7 +63,7 @@
<!-- END start_month -->
</select>
<input name="start_year" type="text" size="4" maxlength="4">&nbsp;
- <a href="#" name="#" onClick="document.post.start_day.value={TODAY_DAY};document.post.start_month.value={TODAY_MONTH};document.post.start_year.value={TODAY_YEAR};" />{lang:today}</a>
+ <a href="#" onClick="document.post.start_day.value={TODAY_DAY};document.post.start_month.value={TODAY_MONTH};document.post.start_year.value={TODAY_YEAR};">{lang:today}</a>
</td>
</tr>
<tr>
@@ -80,7 +80,7 @@
<!-- END end_month -->
</select>
<input name="end_year" type="text" size="4" maxlength="4">&nbsp;
- <a href="#" name="#" onClick="document.post.end_day.value={TODAY_DAY};document.post.end_month.value={TODAY_MONTH};document.post.end_year.value={TODAY_YEAR};" />{lang:today}</a>
+ <a href="#" onClick="document.post.end_day.value={TODAY_DAY};document.post.end_month.value={TODAY_MONTH};document.post.end_year.value={TODAY_YEAR};">{lang:today}</a>
</td>
</tr>
</table>