1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00

fixed bug "Bad value for attribute for on element label: An ID must not be the empty string"

This commit is contained in:
Stepan Tanasiychuk 2011-10-10 01:01:23 +03:00
parent 276cb97a69
commit 24f5cecb69

View file

@ -26,7 +26,7 @@
<label><input type="radio" name="profile_sex" id="profile_sex_o" value="other" {if $oUserCurrent->getProfileSex()=='other'}checked{/if} class="checkbox" />{$aLang.settings_profile_sex_other}</label>
</p>
<p>
<label for="">{$aLang.settings_profile_birthday}:</label><br />
<label>{$aLang.settings_profile_birthday}:</label><br />
<select name="profile_birthday_day">
<option value="">{$aLang.date_day}</option>
{section name=date_day start=1 loop=32 step=1}