1
solo71
Typo in modules/system/templates/system_userform.html
  • 2004/11/17 10:27

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


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" />&nbsp;[u][b][size=x-large][color=FF0000]&nbsp[/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" />&nbsp;[u][b][size=x-large][color=FF0000]&nbsp;[/color][/size][/b][/u]<input type="hidden" name="op" value="mailpasswd" /><input type="submit" value="<{$lang_sendpassword}>" />


*Scroll to see the correction


2
solo71
Re: Typo in modules/system/templates/system_userform.html
  • 2004/11/17 10:35

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Found another one...

In the language/english/user.php, there is a typo as following :

define('_US_NOTREGISTERED','Not registered?  Click here.');


Which should be

define('_US_NOTREGISTERED','Not registered?  Click here.');


EDIT : This typo is worth for any language file (except if translator did corrected it - which I doubt...)


Login

Who's Online

446 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 446


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits