Explorar el Código

fix (xml change)

Nicolas Cannasse hace 15 años
padre
commit
129844a5d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ){