Add some disclaimer to the effect of 'copy/paste will destroy TABs and

spacing, and this web form should not be used to submit code'

Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
This commit is contained in:
Wolfram Schneider 1998-09-01 19:55:19 +00:00
parent c199a62a1d
commit ff61c56032
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3445

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-06-19 16:55:36 $">
<!ENTITY date "$Date: 1998-09-01 19:55:19 $">
<!ENTITY title "Submit a FreeBSD problem report">
<!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!-- $Id: send-pr.sgml,v 1.6 1998-06-19 16:55:36 dt Exp $ -->
<!-- $Id: send-pr.sgml,v 1.7 1998-09-01 19:55:19 wosch Exp $ -->
<html>
&header;
@ -65,6 +65,10 @@ the output from the machine on which problem occurred.</p>
<input type="reset" value="Reset" >
</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>
&footer;
</body>
</html>