diff --git a/src/std/rec/aoRecord.dbd.pod b/src/std/rec/aoRecord.dbd.pod index f9be97452..27e156ae1 100644 --- a/src/std/rec/aoRecord.dbd.pod +++ b/src/std/rec/aoRecord.dbd.pod @@ -878,7 +878,7 @@ When VAL is EGUF the RVAL field will be set to I, and when VAL is EGUL the RVAL field will become I. The fomulae to use are: -=over 4 +=over EOFF = (I * EGUL E I * EGUF) / (I E I) diff --git a/src/tools/dbdToHtml.pl b/src/tools/dbdToHtml.pl index d64a38ea2..f5f470f26 100644 --- a/src/tools/dbdToHtml.pl +++ b/src/tools/dbdToHtml.pl @@ -102,7 +102,7 @@ __END_DOCTYPE $podHtml = Pod::Simple::HTML->new(); } -$podHtml->html_css('style.css'); +$podHtml->html_css(''); $podHtml->force_title(encode_entities($title)); $podHtml->perldoc_url_prefix(''); $podHtml->perldoc_url_postfix('.html');