From: terry%netscape.com <> Date: Sat, 19 Sep 1998 11:38:11 +0000 (+0000) Subject: Add simple support for a version string. X-Git-Tag: bugzilla-1.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4702e74fc2407c7dc295c0475bdad32938397465;p=thirdparty%2Fbugzilla.git Add simple support for a version string. --- diff --git a/CGI.pl b/CGI.pl index 0a2fc97234..356c579e57 100644 --- a/CGI.pl +++ b/CGI.pl @@ -403,7 +403,7 @@ sub PutHeader { print "\n"; - print Param("bannerhtml"); + print PerformSubsts(Param("bannerhtml"), undef); print "\n"; print " \n"; diff --git a/defparams.pl b/defparams.pl index df5d88a855..f17f624754 100644 --- a/defparams.pl +++ b/defparams.pl @@ -133,7 +133,9 @@ sub check_despotbaseurl { DefParam("bannerhtml", - "The html that gets emitted at the head of every Bugzilla page.", + "The html that gets emitted at the head of every Bugzilla page. +Anything of the form %word% gets replaced by the defintion of that +word (as defined on this page).", "l", q{