fix popup bgcolor
authorivan <ivan>
Fri, 10 Jun 2011 02:04:10 +0000 (02:04 +0000)
committerivan <ivan>
Fri, 10 Jun 2011 02:04:10 +0000 (02:04 +0000)
httemplate/elements/header-popup.html

index d009f6b..d94f7eb 100644 (file)
@@ -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 <HEAD> section
 }
-$etc .= 'BGCOLOR="#f8f8f8"' if (! $etc =~ /BGCOLOR/i );
+$etc .= ' BGCOLOR="#f8f8f8"' unless $etc =~ /BGCOLOR/i;
 
 my $conf = new FS::Conf;