1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

No line-breaks added when parsing HTML (between [html] bbcodes)

This commit is contained in:
Cameron 2013-03-23 03:49:49 -07:00
parent bf59a0e840
commit 6188edd013

View File

@ -1430,6 +1430,7 @@ class e_parse extends e_parser
$full_text =$this->replaceConstants($full_text,'abs');
$full_text = $html_start.$full_text.$html_end;
$full_text = $this->parseBBTags($full_text); // strip <bbcode> tags.
$opts['nobreak'] = true;
break;
case 'table' : // strip <br /> from end of <table>