Browse Source

Mark config.xml program element content as CDATA.

Neal Wilson 9 years ago
parent
commit
ce01eeee5f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      config/config.xml

+ 2
- 0
config/config.xml View File

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

Loading…
Cancel
Save