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

now.
foo
Julie Lavoie 21 years ago
parent f13e9f829a
commit adada81e52
  1. 2
      docs/editing-howto.xml

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

Loading…
Cancel
Save