]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/bugreport.tmpl
Include the protocol (http://) in gWebDomain and gCGIDomain
[debbugs.git] / templates / en_US / cgi / bugreport.tmpl
index 66a1ca2dd0f132b4b57ff83af1dfe07049e9891e..2f0ec04c33f971b0be1c9f5ae9a70f259b27eb75 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?bug={$bug_num}">this bug log contains spam</a>.</p>
+<p class="msgreceived">Send a report that <a href="{$config{cgi_domain}}/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
 <hr>
 {include(q(html/html_tail))}
 </body>