We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a81be4 commit 0424d2bCopy full SHA for 0424d2b
1 file changed
www/board/posted-reports.cgi
@@ -93,7 +93,7 @@ _html do
93
_tr do
94
_td do
95
# ERB::Util.url_encode changes space to %20 as required in the path component
96
- href = THREAD + ERB::Util.url_encode('<' + mail.message_id + '>')
+ href = THREAD + ERB::Util.url_encode('<' + mail.message_id + '>') + "?<board.apache.org>"
97
if missing.any? {|title| mail.subject.downcase =~ /\b#{Regexp.escape(title)}\b/}
98
99
_a.missing mail.subject, href: href
0 commit comments