Fixed a small bug in isolation feature
This commit is contained in:
parent
43b9f607d3
commit
967935195c
@ -619,7 +619,7 @@ p.break {
|
||||
if ($isolation_flag)
|
||||
{
|
||||
//content, no nl2p
|
||||
$content .= implode(array_slice($textarray,$start,$i-$start-1));
|
||||
$content .= implode(array_slice($textarray,$start,$i-$start));
|
||||
$isolation_flag = false;
|
||||
$start = $i+1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user