s/GrottyParser/ManUtils/g
This commit is contained in:
parent
fc6064f4b8
commit
fadb0a1110
6 changed files with 28 additions and 28 deletions
|
|
@ -14,8 +14,8 @@ our $ROOT;
|
|||
BEGIN { ($ROOT = abs_path $0) =~ s{/www/index\.pl$}{}; }
|
||||
|
||||
|
||||
use lib "$ROOT/lib/GrottyParser/inst/lib/perl5";
|
||||
use GrottyParser;
|
||||
use lib "$ROOT/lib/ManUtils/inst/lib/perl5";
|
||||
use ManUtils;
|
||||
|
||||
|
||||
TUWF::set(
|
||||
|
|
@ -486,7 +486,7 @@ sub man {
|
|||
|
||||
div id => 'contents';
|
||||
my $c = $self->dbManContent($man->{hash});
|
||||
pre; lit GrottyParser::html(manfmt $c); end;
|
||||
pre; lit ManUtils::html(manfmt $c); end;
|
||||
end;
|
||||
|
||||
div id => 'locations';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue