1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 18:00:30 +02:00
Files
php-e107/e107_files/bbcode/html.bb
2006-12-02 04:36:16 +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;