]> git.donarmstrong.com Git - debbugs.git/commitdiff
* fix missing </a>; add description of how found works to the control documentation
authorDon Armstrong <don@volo>
Tue, 21 Nov 2006 07:47:44 +0000 (23:47 -0800)
committerDon Armstrong <don@volo>
Tue, 21 Nov 2006 07:47:44 +0000 (23:47 -0800)
cgi/bugreport.cgi
html/server-control.html.in

index ed1943ecb96271c79718f9dea4dd766362c2e17d..51ea552af0a0aa414b4917be01c2910ed754a15b 100755 (executable)
@@ -427,7 +427,7 @@ sub handle_record{
          }
          # Incomming Mail Message
          my ($received,$hostname) = $record->{text} =~ m/Received: \(at (\S+)\) by (\S+)\;/;
-         $output .= qq|<hr><p class="msgreceived"><a name="$msg_number"><a name="msg$msg_number">Message received</a> at |.
+         $output .= qq|<hr><p class="msgreceived"><a name="$msg_number"></a><a name="msg$msg_number">Message received</a> at |.
               htmlsanit("$received\@$hostname") . q| (<a href="| . bugurl($ref, "msg=$msg_number") . '">full text</a>'.q|, <a href="| . bugurl($ref, "msg=$msg_number") . ';mbox=yes">mbox</a>)'.":</p>\n";
          $output .= handle_email_message($record->{text},
                                    ref        => $bug_number,
index 8120307f8df4747e70bbd3f3bab401c07b73881f..ebed2ca368f1095934f70288c4736e9e404683d8 100644 (file)
@@ -91,6 +91,12 @@ mailservers is available via the WWW, in
   the $gBug is cleared. This is identical to the behaviour of
   <code>reopen</code>.
 
+  <p>This command will only cause a bug to be marked as not done if no
+    version is specified, or if the <var>version</var> being marked found
+    is equal to the <var>version</var> which was last marked fixed. (If
+    you are certain that you want the bug marked as not done,
+    use <code>reopen</code> in conjunction with <code>found</code>.</p>
+
   <p>This command was introduced in preference to <code>reopen</code>
   because it was difficult to add a <var>version</var> to that command's
   syntax without suffering ambiguity.