Skip to content

Commit 0424d2b

Browse files
committed
List id needed for disambiguation
1 parent 3a81be4 commit 0424d2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/board/posted-reports.cgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ _html do
9393
_tr do
9494
_td do
9595
# ERB::Util.url_encode changes space to %20 as required in the path component
96-
href = THREAD + ERB::Util.url_encode('<' + mail.message_id + '>')
96+
href = THREAD + ERB::Util.url_encode('<' + mail.message_id + '>') + "?<board.apache.org>"
9797
if missing.any? {|title| mail.subject.downcase =~ /\b#{Regexp.escape(title)}\b/}
9898
_td do
9999
_a.missing mail.subject, href: href

0 commit comments

Comments
 (0)