Hello,
On the user/password reminder page on the following:
Code:
<input type="checkbox" id="reminderPassword" name="typeofloose[]" value="password" / >
Notice how the slash is not immediately followed by >
It should be:
Code:
<input type="checkbox" id="reminderPassword" name="typeofloose[]" value="password" />
In what file can I fix this?
Thanks,
Sima