1
I don't know if this typo has been spotted yet, but here it is...
In the file modules/system/templates/system_userform.html
<{$lang_youremail}> <input type="text" name="email" size="26" maxlength="60" /> [u][b][size=x-large][color=FF0000] [/color][/size][/b][/u]<input type="hidden" name="op" value="mailpasswd" /><input type="submit" value="<{$lang_sendpassword}>" />
ther is a ; missing. And this should be like :
<{$lang_youremail}> <input type="text" name="email" size="26" maxlength="60" /> [u][b][size=x-large][color=FF0000] [/color][/size][/b][/u]<input type="hidden" name="op" value="mailpasswd" /><input type="submit" value="<{$lang_sendpassword}>" />
*Scroll to see the correction