Add missing </p> and </option>s.
This commit is contained in:
parent
c836230db8
commit
4bf6210d38
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6971
1 changed files with 23 additions and 23 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.17 2000/01/09 21:55:55 wosch Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.19 2000/02/19 13:00:18 wosch Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/send-pr.sgml,v 1.17 2000/01/09 21:55:55 wosch Exp $ -->
|
||||
<!-- $FreeBSD: www/en/send-pr.sgml,v 1.19 2000/02/19 13:00:18 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -37,35 +37,35 @@
|
|||
<input type="text" name="synopsis" size="72" >
|
||||
|
||||
<br><b>Category</b>: <select name="category">
|
||||
<option> advocacy
|
||||
<option> alpha
|
||||
<option> bin
|
||||
<option> conf
|
||||
<option> docs
|
||||
<option> gnu
|
||||
<option> i386
|
||||
<option> kern
|
||||
<option selected> misc
|
||||
<option> ports
|
||||
<option> sparc
|
||||
<option> advocacy</option>
|
||||
<option> alpha</option>
|
||||
<option> bin</option>
|
||||
<option> conf</option>
|
||||
<option> docs</option>
|
||||
<option> gnu</option>
|
||||
<option> i386</option>
|
||||
<option> kern</option>
|
||||
<option selected> misc</option>
|
||||
<option> ports</option>
|
||||
<option> sparc</option>
|
||||
</select>
|
||||
|
||||
<br><b>Severity</b>: <select name="severity">
|
||||
<option> non-critical
|
||||
<option> serious
|
||||
<option> critical
|
||||
<option> non-critical</option>
|
||||
<option> serious</option>
|
||||
<option> critical</option>
|
||||
</select>
|
||||
|
||||
<br><b>Priority</b>: <select name="priority">
|
||||
<option> low
|
||||
<option> medium
|
||||
<option> high
|
||||
<option> low</option>
|
||||
<option> medium</option>
|
||||
<option> high</option>
|
||||
</select>
|
||||
|
||||
<br><b>Class:</b> <select name="class">
|
||||
<option> sw-bug
|
||||
<option> doc-bug
|
||||
<option> change-request
|
||||
<option> sw-bug</option>
|
||||
<option> doc-bug</option>
|
||||
<option> change-request</option>
|
||||
</select>
|
||||
|
||||
<br><b>Which FreeBSD Release You Are Using </b>: <br>
|
||||
|
@ -89,7 +89,7 @@
|
|||
</form>
|
||||
|
||||
<p><b>Note</b>: copy/paste will destroy TABs and spacing, and this web
|
||||
form should not be used to submit code as plain text.<p>
|
||||
form should not be used to submit code as plain text.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue