From 391087ed1e0dd29814da3c0b5c2153174216eb5d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 1 Feb 2018 16:38:31 -0800 Subject: [PATCH] fix config.bug and other inline bits in no_such_bug output --- templates/en_US/cgi/no_such_bug.tx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' :> -- 2.39.2