Fixed previous mistake I made in escape sequence for <?xml=blah?>. Works

now.
This commit is contained in:
Julie Lavoie 2003-01-18 06:37:56 +00:00
parent f13e9f829a
commit adada81e52
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
file. We add the two lines:
</p>
<code>
&lt;&#143;xml version='1.0'&#143;&gt;<br />
&lt;&#63;xml version='1.0'&#63;&gt;<br />
&lt;!DOCTYPE cscpage SYSTEM &quot;../csc.dtd&quot;&gt;
</code>
<p>