Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 13:01:51 -0800 (PST)
From:      Eric Anderson <anderson@centtech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/60308: [PATCH] Fix incorrect image size attributes on send-pr page
Message-ID:  <200312162101.hBGL1p7W077521@www.freebsd.org>
Resent-Message-ID: <200312162110.hBGLAH4J073158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60308
>Category:       www
>Synopsis:       [PATCH] Fix incorrect image size attributes on send-pr page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 16 13:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Eric Anderson
>Release:        5.2-CURRENT
>Organization:
>Environment:
5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Dec 15 12:31:02 CST 2003
>Description:
      The send-pr html page (from send-pr.sgml) has a fixed image size of 100x35 pixels, when the image is actually dynamic, so the size changes each page reload.  The height of the image stays the same, but the width is always changing.  This makes the image look bad, and hard to read on occasion. 
Patch is attached.
>How-To-Repeat:
      Go to http://www.freebsd.org/send-pr.html and look at the image code near the bottom of the page.
>Fix:
--- send-pr.sgml-orig   Tue Dec 16 13:15:08 2003
+++ send-pr.sgml        Tue Dec 16 13:16:27 2003
@@ -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" >

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312162101.hBGL1p7W077521>