Changeset 1150


Ignore:
Timestamp:
Apr 12, 2006, 4:46:34 PM (18 years ago)
Author:
nikrou
Message:

fixed html bug: name removed and tag "a" must not be closed before label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/search.tpl

    r1142 r1150  
    6464            </select>
    6565            <input name="start_year" type="text" size="4" maxlength="4">&nbsp;
    66             <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>
     66            <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>
    6767          </td>
    6868        </tr>
     
    8181            </select>
    8282            <input name="end_year" type="text" size="4" maxlength="4">&nbsp;
    83             <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>
     83            <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>
    8484          </td>
    8585        </tr>
Note: See TracChangeset for help on using the changeset viewer.