XHTML bugfixes

This commit is contained in:
Wouter van Oijen 2005-10-12 21:48:03 +00:00
parent 4ff015bda0
commit 421585937f
10 changed files with 12 additions and 11 deletions

View file

@ -441,6 +441,7 @@ sub setHelp {
my $self = shift;
my $id = shift;
my $namespace = shift || "WebGUI";
$id =~ s/ /%20/g;
$self->{_helpUrl} = WebGUI::URL::page('op=viewHelp;hid='.$id.';namespace='.$namespace) if ($id);
}