From: Don Armstrong Date: Thu, 13 Jul 2006 09:04:32 +0000 (-0700) Subject: * Really merge in changes to add subscription link X-Git-Tag: release/2.6.0~601^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a9e51c8649f6ae5327fa51c61238283eaaa3fea7;p=debbugs.git * Really merge in changes to add subscription link --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index f61ad084..a5691558 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -529,6 +529,9 @@ print "

" . "$debbugs::gProject $debbugs::gBug report logs - " . $title . "

\n"; print "$descriptivehead\n"; +print qq(

Reply ), + qq(or subscribe ), + qq(to this bug.

\n); printf "

View this report as an mbox folder.

\n", bugurl($ref, "mbox"); print "
"; print "$log";