mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
No line-breaks added when parsing HTML (between [html] bbcodes)
This commit is contained in:
@@ -1430,6 +1430,7 @@ class e_parse extends e_parser
|
|||||||
$full_text =$this->replaceConstants($full_text,'abs');
|
$full_text =$this->replaceConstants($full_text,'abs');
|
||||||
$full_text = $html_start.$full_text.$html_end;
|
$full_text = $html_start.$full_text.$html_end;
|
||||||
$full_text = $this->parseBBTags($full_text); // strip <bbcode> tags.
|
$full_text = $this->parseBBTags($full_text); // strip <bbcode> tags.
|
||||||
|
$opts['nobreak'] = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'table' : // strip <br /> from end of <table>
|
case 'table' : // strip <br /> from end of <table>
|
||||||
|
Reference in New Issue
Block a user