Of course, you don’t need to even edit or bypass the input class libraries.
Simple do the following on the views when displaying embedded object code like from YouTube and etc:
1 | echo str_replace(array('<', '>'), array('<', '>'), $embed_filed); |
Source from: http://codeigniter.com/forums/viewthread/100926/#509749













