Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2002 22:40:01 -0800 (PST)
From:      "Ted Mittelstaedt" <tedm@toybox.placo.com>
To:        freebsd-doc@freebsd.org
Subject:   RE: docs/33913: GNATS webinterface isn't wrapping lines
Message-ID:  <200201160640.g0G6e1L02109@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/33913; it has been noted by GNATS.

From: "Ted Mittelstaedt" <tedm@toybox.placo.com>
To: <ru@FreeBSD.org>, <freebsd-doc@FreeBSD.org>
Cc: <freebsd-gnats-submit@FreeBSD.org>
Subject: RE: docs/33913: GNATS webinterface isn't wrapping lines
Date: Tue, 15 Jan 2002 22:32:38 -0800

 This is not a brower problem, it is because
 the GNATS interface HTML has a coding error.
 
 The relevant HTML on http://www.freebsd.org/send-pr.html SHOULD BE as follows:
 
  <textarea name="environment" rows="3" cols="72">
       </textarea><br>
        <b>Full Description</b>:<br>
        <textarea wrap="hard" name="description" rows="6" cols="72">
       </textarea><br>
        <b>How to repeat the problem</b>:<br>
        <textarea wrap="hard" name="howtorepeat" rows="6" cols="72">
       </textarea><br>
        <b>Fix to the problem if known</b>:<br>
        <textarea wrap="hard" name="fix" rows="6" cols="72">
       </textarea><br>
        <input type="SUBMIT" value="Submit Problem Report"> <input
       type="RESET" value="Reset">
 
 Note the addition of the "wrap" directive.
 
 
 Ted Mittelstaedt
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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