浏览代码

Mark config.xml program element content as CDATA.

Neal Wilson 10 年前
父节点
当前提交
ce01eeee5f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      config/config.xml

+ 2
- 0
config/config.xml 查看文件

34
 	<include src="Windows/editbatchdetails.xml" />
34
 	<include src="Windows/editbatchdetails.xml" />
35
 	<include src="Windows/newsamplebatch.xml" />
35
 	<include src="Windows/newsamplebatch.xml" />
36
 	<program>
36
 	<program>
37
+		<![CDATA[
37
 		Windows = new Object();
38
 		Windows = new Object();
38
 		var loggingWindow;
39
 		var loggingWindow;
39
 		var currentBatchInfo;
40
 		var currentBatchInfo;
43
 		var azero;
44
 		var azero;
44
 		var bzero;
45
 		var bzero;
45
 		navwindow.windowTitle = "Typica - Choose Your Path";
46
 		navwindow.windowTitle = "Typica - Choose Your Path";
47
+		]]>
46
 	</program>
48
 	</program>
47
 </application>
49
 </application>

正在加载...
取消
保存