Note case-sensitivity of magic characters.
PR: www/89088 Submitted by: Jonathan <jonathan at kc8onw dot net>
This commit is contained in:
parent
3159cfc120
commit
22cb43132c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26357
1 changed files with 3 additions and 3 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.46 2005/10/23 15:44:47 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.47 2005/10/23 16:01:55 ceri Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -132,8 +132,8 @@
|
|||
<label for="fix">Fix to the problem if known</label>: <br>
|
||||
<textarea name="fix" id="fix" rows="20" 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>
|
||||
<label for="code-confirm">Finally, please enter the code from the image
|
||||
below (note: case is sensitive) to prove you're not a robot: <br><br>
|
||||
<img src="http://www.FreeBSD.org/cgi/sendpr-code.cgi?dummy=1"
|
||||
alt="Random text; if you cannot see the image, please email &bugbusters;"
|
||||
border="0" height="24"></label>
|
||||
|
|
Loading…
Reference in a new issue