瀏覽代碼

fix (xml change)

Nicolas Cannasse 15 年之前
父節點
當前提交
129844a5d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ){