Browse Source

fix (xml change)

Nicolas Cannasse 15 years ago
parent
commit
129844a5d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/mtwin/templo/Parser.hx

+ 1 - 1
std/mtwin/templo/Parser.hx

@@ -304,7 +304,7 @@ class Parser {
 	}
 
 	function parseComment( xml:Xml ){
-		out.writeHtml(StringTools.htmlUnescape(xml.nodeValue));
+		out.writeHtml("<!--"+StringTools.htmlUnescape(xml.nodeValue)+"-->");
 	}
 
 	function echoExpression( exp:String ){