trivial diff: fix bugs in WWW page

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Oct 12 00:50:25 AEST 1998


w3/contact/include/email.inc:
	Fix a dangling link.

w3/include/menubar.inc:
	Fix a couple of layout errors which were apparently
	caused by newlines in the wrong places in the source.

Index: w3/contact/include/email.inc
===================================================================
RCS file: /home/mercury1/repository/w3/contact/include/email.inc,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 email.inc
--- email.inc	1998/09/01 02:41:58	1.1.1.1
+++ email.inc	1998/10/11 14:07:45
@@ -21,4 +21,4 @@
 
 <p> 
 You may also be interested in subscribing to the Mercury 
-<a href = "mailinglists.html">mailing lists</a>.
+<a href = "../mailing-lists/mailing-lists.html">mailing lists</a>.
Index: w3/include/menubar.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/menubar.inc,v
retrieving revision 1.3
diff -u -r1.3 menubar.inc
--- menubar.inc	1998/09/23 02:00:53	1.3
+++ menubar.inc	1998/10/11 14:21:34
@@ -20,14 +20,10 @@
 
 <P>
 
-<B><a href="<?echo $root?>/mailing-lists/mailing-lists.html">Mailing Lists</a>
-    </B><BR>
+<B><a href="<?echo $root?>/mailing-lists/mailing-lists.html">Mailing Lists</a></B><BR>
 <SMALL>
-    <a href="
-    <?echo $root?>/mailing-lists/mercury-developers/list.html">
-    Developers</a><BR>
-    <a href="<?echo $root?>/mailing-lists/mercury-users/list.html">
-    Users</a><BR>
+    <a href="<?echo $root?>/mailing-lists/mercury-developers/list.html">Developers</a><BR>
+    <a href="<?echo $root?>/mailing-lists/mercury-users/list.html">Users</a><BR>
 </SMALL>
 <P>
 <B><a href="<?echo $root?>/download.html">Download</a></B><BR>

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list