Index: branches/5.2.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r14675 -r14784 --- branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 14675) +++ branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 14784) @@ -1,6 +1,6 @@ Application->CurrentNTag = $tmp_tag; } else { - $this->Buffers[$this->Level] .= $tag_data[2][0].$tag_data[3][0].$tag_data[4][0]; + $this->Buffers[$this->Level] .= $tag_data[2][0] . TAG_NAMESPACE . $tag_data[3][0] . $tag_data[4][0]; } }