]> git.donarmstrong.com Git - debbugs.git/commitdiff
Fix misspelled checkbox ID
authorColin Watson <cjwatson@debian.org>
Wed, 14 Aug 2024 10:43:34 +0000 (11:43 +0100)
committerColin Watson <cjwatson@debian.org>
Tue, 19 Aug 2025 12:04:11 +0000 (13:04 +0100)
Closes: #1078575
templates/en_US/cgi/bugreport.tmpl

index 829f989ae4a99d0ea2a2b1a607ea58f3aa7622ae..1083dd24f6977a775b8f33ea8558c57a747df658 100644 (file)
@@ -33,7 +33,7 @@ function toggle_infmessages()
           qq(or <a href="mailto:$bug_num-subscribe\@$config{email_domain}">subscribe</a> ).
               qq(to this bug.</p>\n);
      }
-     $output .=  qq(<p><input id="uselessmesages" type="checkbox"><label for="uselessmessages">Display info messages</label></p>);
+     $output .=  qq(<p><input id="uselessmessages" type="checkbox"><label for="uselessmessages">Display info messages</label></p>);
      $output .= sprintf qq(<div class="msgreceived"><p>View this report as an <a href="%s">mbox folder</a>, ).
          qq(<a href="%s">status mbox</a>, <a href="%s">maintainer mbox</a></p></div>\n),
               html_escape(bug_links(bug=>$bug_num, links_only=>1,options=>{mbox=>'yes'})),