enable Macros in WebGUI help files to help with consistency

This commit is contained in:
Colin Kuskie 2005-03-08 18:48:36 +00:00
parent 88c42da7a0
commit 3a419bac6d

View file

@ -56,7 +56,7 @@ sub www_viewHelp {
}
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
return $ac->render(
WebGUI::Macro::negate(WebGUI::International::get($help->{body},$namespace)),
WebGUI::Macro::process(WebGUI::International::get($help->{body},$namespace)),
WebGUI::International::get(93).': '.WebGUI::International::get($help->{title},$namespace)
);
}