Remove the hardwired width attribute, and correct the height attribute,
on the image returned from sendpr-code.cgi. PR: www/60308 Submitted by: Eric Anderson <anderson@centtech.com>
This commit is contained in:
parent
1aa49092dc
commit
8d59f16f0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19205
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.33 2003/12/14 17:33:18 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.34 2003/12/14 17:37:52 ceri Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -106,7 +106,7 @@
|
|||
you're not a robot</b>: <br>
|
||||
<img src="http://www.FreeBSD.org/cgi/sendpr-code.cgi"
|
||||
alt="Random text; if you cannot see the image, please email &bugbusters;"
|
||||
border="0" width="100" height="35">
|
||||
border="0" height="24">
|
||||
<input type="text" name="code-confirm" size="8"><br>
|
||||
|
||||
<input type="submit" value="Submit Problem Report" >
|
||||
|
|
Loading…
Reference in a new issue