From: Don Armstrong Date: Fri, 2 Feb 2018 00:38:31 +0000 (-0800) Subject: fix config.bug and other inline bits in no_such_bug output X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=391087ed1e0dd29814da3c0b5c2153174216eb5d fix config.bug and other inline bits in no_such_bug output --- diff --git a/templates/en_US/cgi/no_such_bug.tx b/templates/en_US/cgi/no_such_bug.tx index 05df20f..b929f85 100644 --- a/templates/en_US/cgi/no_such_bug.tx +++ b/templates/en_US/cgi/no_such_bug.tx @@ -1,9 +1,9 @@ -#<: $bug_num :> - <: $config.project :> .$config.bug report logs +#<: $bug_num :> - <: $config.project :> <: $config.bug :> report logs -

.$config.project .$config.bug report logs - #.$bug_num

-

There is no record of .$config.bug #.$bug_num. -Try the search page instead.

+

<: $config.project :> <: $config.bug :> report logs - #<: $bug_num :>

+

There is no record of <: $config.bug :> #<: $bug_num:>. +Try the search page instead.

<: include 'html/html_tail.tx' :>