Make the textareas 80 columns wide to allow most terminal output to be
pasted without wrapping. PR: www/87865 Submitted by: Andreas Klemm <andreas at klemm dot apsfilter dot org>
This commit is contained in:
parent
cd34200fab
commit
b079fa63b9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26120
1 changed files with 5 additions and 5 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.44 2005/10/04 06:22:24 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.45 2005/10/21 21:22:48 linimon Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -121,16 +121,16 @@
|
|||
|
||||
<br><br><label for="environment">Environment (output of "uname -a" on the problem machine)</label>:
|
||||
<br>
|
||||
<textarea name="environment" id="environment" rows="3" cols="50"></textarea><br><br>
|
||||
<textarea name="environment" id="environment" rows="3" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="description">Full Description</label>: <br>
|
||||
<textarea name="description" id="description" rows="6" cols="50"></textarea><br><br>
|
||||
<textarea name="description" id="description" rows="6" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="howtorepeat">How to repeat the problem</label>: <br>
|
||||
<textarea name="howtorepeat" id="howtorepeat" rows="6" cols="50"></textarea><br><br>
|
||||
<textarea name="howtorepeat" id="howtorepeat" rows="6" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="fix">Fix to the problem if known</label>: <br>
|
||||
<textarea name="fix" id="fix" rows="6" cols="50"></textarea><br><br>
|
||||
<textarea name="fix" id="fix" rows="6" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="code-confirm">Finally, please enter the code from the image below to prove
|
||||
you're not a robot: <br><br>
|
||||
|
|
Loading…
Reference in a new issue