Bug 60308

Summary: [PATCH] Fix incorrect image size attributes on send-pr page
Product: Documentation Reporter: Eric Anderson <anderson>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eric Anderson 2003-12-16 21:10:17 UTC
      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.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-12-16 21:18:42 UTC
Responsible Changed
From-To: freebsd-www->ceri

I asked Eric to send this one in.
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2003-12-16 21:25:12 UTC
State Changed
From-To: open->closed

Patch committed; thanks.