]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/bugreport.tmpl
Standardize on using <br> (as opposed to <br/>)
[debbugs.git] / templates / en_US / cgi / bugreport.tmpl
index 070005abdd1e40517e1449e4269ff029054c993b..b4ec4169cc9f7cd8d9ac160561d22d20cbaf2d2b 100644 (file)
@@ -17,7 +17,7 @@ function toggle_infmessages()
 </head>
 <body>
 <h1>{html_escape($config{project})} {html_escape($config{bug})} report logs - 
-<a href="mailto:{$bug_num}@{html_escape($config{email_domain})}">#{$bug_num}</a><br/>
+<a href="mailto:{$bug_num}@{html_escape($config{email_domain})}">#{$bug_num}</a><br>
 {html_escape($status{subject})}</h1>
 <div class="versiongraph">{$version_graph}</div>
 {include(q(cgi/bugreport_pkginfo))}
@@ -43,7 +43,7 @@ function toggle_infmessages()
 }
 {$log}
 <hr>
-<p class="msgreceived">Send a report that <a href="http://{$config{cgi_domain}}/bugspam.cgi">this bug log contains spam</a>.</p>
+<p class="msgreceived">Send a report that <a href="http://{$config{cgi_domain}}/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
 <hr>
 {include(q(html/html_tail))}
 </body>