CodeIgniter Forums
Typo in User Guide - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Typo in User Guide (/showthread.php?tid=20736)



Typo in User Guide - El Forum - 07-20-2009

[eluser]Mr Lazy[/eluser]
Hi,

I have found a typo in the User Guide (1.7.1) for the HTML helper. The code for the doctype() method has:

Code:
echo docytype();

there is a 'y' in there.. should be

Code:
echo doctype();

Thanks,
Mr L


Typo in User Guide - El Forum - 07-25-2009

[eluser]Derek Allard[/eluser]
Thanks sir, this is already fixed in in the SVN, and will be part of the next release. Thanks again.