From 0bd8eec166e6e83d167b9d26fc1d7fc42cf854a5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 12 Jun 2011 17:49:58 +0000 Subject: [PATCH] fix popup bgcolor --- httemplate/elements/header-popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 14ddc6871..12fe88ea8 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -55,7 +55,7 @@ if ( ref($_[0]) ) { $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. $head = @_ ? shift : ''; #$head is for things that go in the section } -$etc .= 'BGCOLOR="#f8f8f8"' if (! $etc =~ /BGCOLOR/i ); +$etc .= 'BGCOLOR="#f8f8f8"' unless $etc =~ /BGCOLOR/i; my $conf = new FS::Conf; -- 2.20.1