Documentation errors
Posted: 22 April 2008 12:22 AM   [ Ignore ]
Jr. Member
RankRank
Total Posts:  31
Joined  2007-03-01

Naturally, I just copy and paste some of the example code in from the docs on the User:Edit page.

There were some invalid quote characters that my browser choked on, notably in the Password area.

<p>Password <input type="password" name="password" value="” /></p> 
<p>Password Confirm <input type="
password" name="password_confirm" value="” /></p
<
p>Current Password <input type="password" name="current_password" value="” /></p>

Profile
 
 
Posted: 22 April 2008 07:24 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  2692
Joined  2006-10-18

Thanks AJP,

These are all over the Docs… I’ve been trying to catch them all rasberry
It’s EE converting them those…

Thanks for noting it… it’s fixed now wink

 Signature 
Profile
 
 
Posted: 22 April 2008 07:32 AM   [ Ignore ]   [ # 2 ]
Jr. Member
RankRank
Total Posts:  31
Joined  2007-03-01

No problem. Just wondered why my submit button wasn’t showing up when it showed up in code.

Profile