[interchange-docs] xmldocs - docelic modified howtos/make-data-structure-modifiable

docs at icdevgroup.org docs at icdevgroup.org
Wed Aug 16 10:35:04 EDT 2006


User:      docelic
Date:      2006-08-16 14:35:04 GMT
Modified:  howtos   make-data-structure-modifiable
Log:
- Another small build error

Revision  Changes    Path
1.3       +2 -2      xmldocs/howtos/make-data-structure-modifiable


rev 1.3, prev_rev 1.2
Index: make-data-structure-modifiable
===================================================================
RCS file: /var/cvs/xmldocs/howtos/make-data-structure-modifiable,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make-data-structure-modifiable	16 Aug 2006 14:22:13 -0000	1.2
+++ make-data-structure-modifiable	16 Aug 2006 14:35:04 -0000	1.3
@@ -38,12 +38,12 @@
 Variable FOO bar
 </programlisting>
 And test with the following code:
-<programlisting>
+<programlisting><![CDATA[
 FOO=__FOO__<br>
 FOO=[var FOO]<br>
 [modifiable]<br>
 Set...[calc] $Variable->{FOO} = 'hosed'; [/calc]<br>
 FOO=[var FOO]
-</programlisting>
+]]></programlisting>
 The output should be the same on every page reload.
 








More information about the docs mailing list