CodeIgniter Forums
Typos in text_helper - 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: Typos in text_helper (/showthread.php?tid=22092)



Typos in text_helper - El Forum - 08-29-2009

[eluser]jpi[/eluser]
Hi,

On line 297 in file text_helper.php
Quote:$str = '<?php '.$str.' ?>'; // <?
The comment is quite useless. It seems it's a bit of code that haven't be removed after test.


Typos in text_helper - El Forum - 11-10-2009

[eluser]WanWizard[/eluser]
Not only quite useless, it wrecks the output when using PHP4 because the <?php prefix is never removed.