@@ -894,6 +894,7 @@ function __comcode_to_tempcode($comcode, $source_member, $as_admin, $wrap_pos, $
}
$tag_output->attach($temp_tpl);
}
$just_ended=false;
}else{
$just_new_line=($just_ended&&$next==="\n");// Only propagate new line signal if it was a real but non-hard-new-line (i.e. the above if clause did not fire)