Add alt attribute to image. Update DOCTYPE to HTML 4.01 Transitional.
This commit is contained in:
parent
9d57f1b80b
commit
bad6976b8b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12490
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.23 2001/08/20 12:55:17 nik Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.24 2001/09/05 14:03:58 kuriyama Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
|
||||
|
||||
<img src="gifs/bug.jpg" align="right" border="0" width="200" height="233">
|
||||
<img src="gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
|
||||
|
||||
<p>Thank you for taking the time to let us know about a problem with
|
||||
FreeBSD. Please fill out the form as completely as possible. Make sure
|
||||
|
|
Loading…
Reference in a new issue