From 3c91c1736989668eb2c31e957e4cee41db19b179 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 23 Jun 2014 22:14:35 -0600 Subject: [PATCH] Changes for newer version of Pod::Simple::HTML --- src/std/rec/aoRecord.dbd.pod | 2 +- src/tools/dbdToHtml.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');