Add a missing line break (<br>).
PR: 8297 Submitted by: Malartre <malartre@aei.ca>
This commit is contained in:
parent
63614d0225
commit
a54af782d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3921
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY date "$Date: 1998-09-01 19:55:19 $">
|
<!ENTITY date "$Date: 1998-12-13 23:21:11 $">
|
||||||
<!ENTITY title "Submit a FreeBSD problem report">
|
<!ENTITY title "Submit a FreeBSD problem report">
|
||||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: send-pr.sgml,v 1.7 1998-09-01 19:55:19 wosch Exp $ -->
|
<!-- $Id: send-pr.sgml,v 1.8 1998-12-13 23:21:11 steve Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -53,7 +53,7 @@ the output from the machine on which problem occurred.</p>
|
||||||
<option> change-request
|
<option> change-request
|
||||||
</select>
|
</select>
|
||||||
<br><b>Which FreeBSD Release You Are Using </b>: <br><input type="text" name="release" size="40" >
|
<br><b>Which FreeBSD Release You Are Using </b>: <br><input type="text" name="release" size="40" >
|
||||||
<br><b>Environment (output of "uname -a" on the problem machine)</b>: <textarea name="environment" rows="3" cols="72">
|
<br><b>Environment (output of "uname -a" on the problem machine)</b>: <br><textarea name="environment" rows="3" cols="72">
|
||||||
|
|
||||||
</textarea><br><b>Full Description</b>: <br><textarea name="description" rows="6" cols="72">
|
</textarea><br><b>Full Description</b>: <br><textarea name="description" rows="6" cols="72">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue