[m-rev.] trivial diff: fix some HTML errors

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Apr 9 15:46:39 AEST 2001


Estimated hours taken: 0.25
Branches: main

w3/include/template.inc:
	Fix some HTML errors detected by <http://validator.w3.org>:
	- missing "ALT" tag on image
	- missing "<TR>" and "</TR" in table

Workspace: /mnt/venus/home/venus/fjh/ws-venus/mercury
Index: w3/include/template.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/template.inc,v
retrieving revision 1.5
diff -u -d -r1.5 template.inc
--- w3/include/template.inc	1998/09/11 05:54:18	1.5
+++ w3/include/template.inc	2001/04/09 05:02:03
@@ -4,6 +4,7 @@
 <BODY bgcolor="#ABCDEF" text="#000000">
 
 <TABLE border="0" cellpadding="5" cellspacing="0" width="100%">
+<TR>
     <TD>
     <CENTER><H1>The Mercury Project<br>
     <? echo $title ?>
@@ -13,8 +14,10 @@
     <TD width="10%">
     <? $size = GetImageSize("$root/images/merclogo_small.jpg"); ?>
     <IMG SRC="<?echo $root?>/images/merclogo_small.jpg" border="2"
-        hspace="10" <? echo $size[3]; ?> >
+        hspace="10" <? echo $size[3]; ?>
+	ALT="[Mercury Logo]">
     </TD>
+</TR>
 </TABLE>
 
 <TABLE border="0" cellpadding="5" cellspacing="0" width="100%">

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