From: Dylan William Hardison Date: Wed, 5 Apr 2017 14:48:53 +0000 (-0400) Subject: [tests] fix markup to make tests pass. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781249a9f9a03d2753241389a2a2a5463b373f0e;p=thirdparty%2Fbugzilla.git [tests] fix markup to make tests pass. --- diff --git a/index.cgi b/index.cgi index 420a162b6..7ebc3130f 100755 --- a/index.cgi +++ b/index.cgi @@ -44,7 +44,11 @@ if ($cgi->param('logout')) { # our weak etag is based on the bugzilla version parameter (BMO customization) and the announcehtml # if either change, the cache will be considered invalid. -my @etag_parts = (Bugzilla->params->{bugzilla_version}, Bugzilla->params->{announcehtml}); +my @etag_parts = ( + Bugzilla->params->{bugzilla_version}, + Bugzilla->params->{announcehtml}, + Bugzilla->params->{createemailregexp}, +); my $weak_etag = q{W/"} . md5_hex(@etag_parts) . q{"}; my $if_none_match = $cgi->http('If-None-Match'); @@ -84,4 +88,4 @@ else { # Generate and return the UI (HTML page) from the appropriate template. $template->process("index.html.tmpl", $vars) or ThrowTemplateError( $template->error() ); -} \ No newline at end of file +} diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 07a980050..9d8fa9449 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -328,12 +328,13 @@