]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Add missing http:// to bugreport.tmplCC
authorDon Armstrong <don@donarmstrong.com>
Mon, 1 Sep 2008 19:21:05 +0000 (12:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 1 Sep 2008 19:21:05 +0000 (12:21 -0700)
templates/en_US/cgi/bugreport.tmpl

index 57cf04458dcaaede55264d5e591d4277310f1e3a..18bc5fdb77e2fe92a071bf27aec9e5bb8ecbd934 100644 (file)
@@ -41,7 +41,7 @@ function toggle_infmessages()
 }
 {$log}
 <hr>
-<p class="msgreceived">Send a report that <a href="{$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">this bug log contains spam</a>.</p>
 <hr>
 {include(q(html/html_tail))}
 </body>