]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix problem with rfc822 output link
authorDon Armstrong <don@donarmstrong.com>
Sun, 20 Apr 2008 19:11:14 +0000 (12:11 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 20 Apr 2008 19:11:14 +0000 (12:11 -0700)
cgi/bugreport.cgi

index fde5a8b707f89f8efaf67c1d199c354c7d7c1228..4c73dbbc4905a23a4910b82ce97f1d61d7a71d34 100755 (executable)
@@ -445,7 +445,7 @@ sub handle_record{
               $output .= ' ('.strftime('%a, %d %b %Y %T GMT',gmtime($time)).') ';
          }
          $output .= '<a href="' . html_escape(bug_url($ref, msg => ($msg_number+1))) . '">Full text</a> and <a href="' .
-              html_escape(bug_url($ref, msg => ($msg_number+1)), mbox => 'yes') . '">rfc822 format</a> available.';
+              html_escape(bug_url($ref, msg => ($msg_number+1), mbox => 'yes')) . '">rfc822 format</a> available.';
 
          $output = qq(<div class="$class"><hr>\n<a name="$msg_number"></a>\n) . $output . "</div>\n";
      }