From 3bb09683957edc3b0668f8ee49e30287c1fc9de5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 14 Aug 2024 11:43:34 +0100 Subject: [PATCH] Fix misspelled checkbox ID Closes: #1078575 --- templates/en_US/cgi/bugreport.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/en_US/cgi/bugreport.tmpl b/templates/en_US/cgi/bugreport.tmpl index 829f989a..1083dd24 100644 --- a/templates/en_US/cgi/bugreport.tmpl +++ b/templates/en_US/cgi/bugreport.tmpl @@ -33,7 +33,7 @@ function toggle_infmessages() qq(or subscribe ). qq(to this bug.

\n); } - $output .= qq(

); + $output .= qq(

); $output .= sprintf qq(

View this report as an mbox folder, ). qq(status mbox, maintainer mbox

\n), html_escape(bug_links(bug=>$bug_num, links_only=>1,options=>{mbox=>'yes'})), -- 2.47.3