diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index ec5466bb5..d49cfd870 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -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 tags. + $opts['nobreak'] = true; break; case 'table' : // strip
from end of