[m-rev.] trivial diff: fix a couple of HTML errors in reviews.html
Michael Wybrow
mjwybrow at cs.mu.OZ.AU
Wed Jan 15 19:19:27 AEDT 2003
Estimated hours taken: 0.1
Branches: main
mercury/compiler/notes/reviews.html:
Fix a couple of HTML errors:
- Replace angled brackets in text with < and >
- Replace an </ol> with a </ul> so it correctly ends the
corresponding begin unordered list tag.
Index: reviews.html
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/notes/reviews.html,v
retrieving revision 1.3
diff -u -r1.3 reviews.html
--- reviews.html 5 Dec 2001 01:24:29 -0000 1.3
+++ reviews.html 15 Jan 2003 08:09:04 -0000
@@ -86,7 +86,7 @@
<p>
-For very small changes, the <overview or general description> can be
+For very small changes, the <overview or general description> can be
omitted, but the <detailed description> should stay.
<p>
@@ -204,7 +204,7 @@
<li> (f) committing it now will make life significantly easier
for you or someone else in the group
-</ol>
+</ul>
<p>
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list