]> 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>
Sat, 1 Apr 2023 05:54:13 +0000 (22:54 -0700)
templates/en_US/cgi/bugreport.tmpl

index 829f989ae4a99d0ea2a2b1a607ea58f3aa7622ae..83b0f146d76e46b5b6d83df36aadf60b91bea144 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>