1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-20 17:33:13 +02:00
Files
php-e107/e107_core/bbcodes/html.bb
2010-02-10 07:36:24 +00:00

4 lines
140 B
BlitzBasic

//$code_text = str_replace("\r\n", " ", $code_text);
//$code_text = html_entity_decode($code_text, ENT_QUOTES, CHARSET);
return $code_text;