Ver código fonte

fix (xml change)

Nicolas Cannasse 15 anos atrás
pai
commit
129844a5d2
1 arquivos alterados com 1 adições e 1 exclusões
  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 ){