X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-popup.html;h=d94f7eb48d2da9b3c2e01143383891a29df109d3;hb=6f5b68a5dc6a6b145c88aa1b2bad3848cc6f8788;hp=2bd4a96e8a0b176847bf007a9b2fa7e72c27b75b;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 2bd4a96e8..d94f7eb48 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -20,17 +20,17 @@ Example: - <% $title %> + <% $title |h %> <% $head %> - > + > -
<% $title %>
+
<% $title |h %>
% unless ( $nobr ) { @@ -55,6 +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"' unless $etc =~ /BGCOLOR/i; my $conf = new FS::Conf;