Updated help for the 5.0 release.

This commit is contained in:
JT Smith 2002-12-03 04:39:39 +00:00
parent 12ce4aa372
commit a6c161cc33
14 changed files with 587 additions and 142 deletions

View file

@ -46,7 +46,7 @@ sub get {
}
$header .= '</head>'.$body[0];
$footer = $body[1].' </html>';
return $header.$_[0].$footer;
return WebGUI::Macro::process($header.$_[0].$footer);
}