fixed typo
This commit is contained in:
parent
66555e648b
commit
c2d56bc429
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ Returns an HTML formatted list of the session variables for display during debug
|
|||
sub showSessionVars {
|
||||
my $data = getSessionVars();
|
||||
$data =~ s/\n/\<br\>/g;
|
||||
return '<div bgcolor="#ffffff" style="color: #000000; font-size: 10pt; font-family: helvetica;">'.$data.'</div>';
|
||||
return '<div style="background-color: #ffffff; color: #000000; font-size: 10pt; font-family: helvetica;">'.$data.'</div>';
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue