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
 	<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>

Loading…
Cancel
Save