]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix config.bug and other inline bits in no_such_bug output
authorDon Armstrong <don@donarmstrong.com>
Fri, 2 Feb 2018 00:38:31 +0000 (16:38 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 2 Feb 2018 00:39:05 +0000 (16:39 -0800)
templates/en_US/cgi/no_such_bug.tx

index 05df20f3ffef7b4805e4215199b73199cc041d56..b929f85d97a0ee04e002cbf04671b4f07233d446 100644 (file)
@@ -1,9 +1,9 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
-<head><title>#<: $bug_num :> - <: $config.project :> .$config.bug report logs</title></head>
+<head><title>#<: $bug_num :> - <: $config.project :> <: $config.bug :> report logs</title></head>
 <body>
-<h1>.$config.project .$config.bug report logs - #.$bug_num</h1>
-<p>There is no record of .$config.bug #.$bug_num.
-Try the <a href=".$config.web_domain/">search page</a> instead.</p>
+<h1><: $config.project :> <: $config.bug :> report logs - #<: $bug_num :></h1>
+<p>There is no record of <: $config.bug :> #<: $bug_num:>.
+Try the <a href="<: $config.web_domain :>/">search page</a> instead.</p>
 <: include 'html/html_tail.tx' :>
 </body></html>