Index: branches/5.0.x/core/kernel/nparser/ntags.php =================================================================== diff -u -r12734 -r12956 --- branches/5.0.x/core/kernel/nparser/ntags.php (.../ntags.php) (revision 12734) +++ branches/5.0.x/core/kernel/nparser/ntags.php (.../ntags.php) (revision 12956) @@ -1,6 +1,6 @@ Parser->SkipComments = false; + + return ''; } function Close($tag) { - return ''; + $this->Parser->SkipComments = true; + + return $this->Parser->Buffers[$this->Parser->Level]; } }