]> git.donarmstrong.com Git - debbugs.git/commitdiff
add missing http:// and bug number
authorDebian BTS <debbugs@rietz>
Thu, 4 Sep 2008 03:28:23 +0000 (03:28 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 7 Sep 2025 00:16:24 +0000 (17:16 -0700)
templates/en_US/cgi/bugreport.tmpl

index 1083dd24f6977a775b8f33ea8558c57a747df658..414d8c982ac58310d2aea31365c36e959fc9e226 100644 (file)
@@ -44,7 +44,7 @@ function toggle_infmessages()
 }
 {$log}
 <hr>
-<p class="msgreceived">Send a report that <a href="{$config{cgi_domain}}/bugspam.cgi?bug={$bug_num}">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>