Corrected example for 'submit page'

SVN revision: 175
This commit is contained in:
2002-07-11 08:27:25 +00:00
parent 04a0df895e
commit a1f6858853
+2 -3
View File
@@ -257,11 +257,10 @@ Here is an example:
<p>
<pre>
&lt;h1&gt;You successfully submitted a message&lt;/h1&gt;
&lt;a href="linux"&gt;Back&lt;/a&gt; to the logbook&lt;p&gt;
&lt;a href="linux?cmd=new"&gt;Enter&lt;/a&gt; another message
&lt;a href="?cmd=Back"&gt;Back&lt;/a&gt; to the logbook&lt;p&gt;
&lt;a href="?cmd=New"&gt;Enter&lt;/a&gt; another message
</pre>
The reference "<I>linux</I>" in this case corresponds to the logbook name.
The file must be present in the same directory as the <code><b>elogd</b></code> file.
<p>