fixing a couple cosmetic bugs

This commit is contained in:
JT Smith 2006-02-03 05:39:52 +00:00
parent 03adcc54c5
commit 44a182ee0d
2 changed files with 1 additions and 3 deletions

View file

@ -35,6 +35,7 @@ URL to the javascript to include in the page's header tags.
sub process {
my $session = shift;
$session->style->setScript(shift,{type=>'text/javascript'});
return undef;
}
1;