[Midnightbsd-cvs] www: index.html: removed img alt tag, annoying for cli-browsers

smultron at midnightbsd.org smultron at midnightbsd.org
Sat Sep 6 15:13:35 EDT 2008


Log Message:
-----------
removed img alt tag, annoying for cli-browsers

Modified Files:
--------------
    www/download:
        index.html (r1.27 -> r1.28)

-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/download/index.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -L download/index.html -L download/index.html -u -r1.27 -r1.28
--- download/index.html
+++ download/index.html
@@ -117,7 +117,7 @@
 							<td>Medium</td>
 						</tr>
 						<tr class="downone">
-							<td><a href="../"><img src="../images/badges/mbsd.png" alt="MidnightBSD badge"></a><br>MidnightBSD.org</td>
+							<td><a href="../"><img src="../images/badges/mbsd.png" alt=""></a><br>MidnightBSD.org</td>
 							<td class="down"><a href="http://midnightbsd.org/ftp/MidnightBSD/releases/i386/ISO-IMAGES/">HTTP</a> <span class="plus">+</span> <a href="ftp://ftp.midnightbsd.org/pub/MidnightBSD/releases/i386/ISO-IMAGES/">FTP</a></td>
 							<td>Slow</td>
 						</tr>


More information about the Midnightbsd-cvs mailing list