[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Apr 20 08:01:34 EDT 2004


User:      racke
Date:      2004-04-20 12:01:34 GMT
Modified:  .        WHATSNEW-5.3
Modified:  dist/lib/UI/pages/admin test_code.html
Log:
Escape HTML tags within ITL test code output.

Revision  Changes    Path
2.4       +6 -0      interchange/WHATSNEW-5.3


rev 2.4, prev_rev 2.3
Index: WHATSNEW-5.3
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW-5.3,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- WHATSNEW-5.3	20 Apr 2004 11:26:49 -0000	2.3
+++ WHATSNEW-5.3	20 Apr 2004 12:01:34 -0000	2.4
@@ -8,6 +8,12 @@
 
 Interchange 5.3.0 not yet released.
 
+
+UI
+--
+
+* Escape HTML tags within ITL test code output.
+
 Foundation
 ----------
 



1.4       +1 -1      interchange/dist/lib/UI/pages/admin/test_code.html


rev 1.4, prev_rev 1.3
Index: test_code.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/test_code.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- test_code.html	20 Apr 2004 11:26:49 -0000	1.3
+++ test_code.html	20 Apr 2004 12:01:34 -0000	1.4
@@ -17,7 +17,7 @@
 	<tr>
 		<td style="font-size: larger">
 		<u style="font-size: larger; font-weight: bold">[L]Results[/L]</u><br>
-		[if cgi xmp]<xmp>[/if][calc] $Scratch->{itl_code} = $CGI->{itl_code}; [/calc][if cgi xmp]</xmp>[/if]
+		[if cgi xmp]<xmp>[/if][filter op="entities" interpolate=1][calc] $Scratch->{itl_code} = $CGI->{itl_code}; [/calc][/filter][if cgi xmp]</xmp>[/if]
 		</td>
 	</tr>
 [/if]








More information about the interchange-cvs mailing list