mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Blogger Import added. TinyMce Image fixes. Custom-pages fixes. Moved Upload-js out of admin header and into media-manager page only. Parser fixes for [html] bbcode. XML parser fix for <content:encoded> rss tags.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//<?
|
||||
// no longer used - see e_parse_class.
|
||||
$code_text = str_replace("\r\n", " ", $code_text);
|
||||
$code_text = html_entity_decode($code_text, ENT_QUOTES, CHARSET);
|
||||
return $code_text;
|
||||
//return "<!-- bbcode-html -->".$code_text."<!-- bbcode-html-end -->";
|
||||
|
Reference in New Issue
Block a user