From: Steve Peters Date: Sun, 2 Oct 2005 02:24:12 +0000 (+0000) Subject: Fix some of the XHTML issues in Pod::Html. The call for some time X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae021980da32a6a5f8724b77b145b41e613d3686;p=p5sagit%2Fp5-mst-13.2.git Fix some of the XHTML issues in Pod::Html. The call for some time with a debugger to figure out what is going on. p4raw-id: //depot/perl@25675 --- diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index 3e58162..339ecd9 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -462,10 +462,12 @@ sub pod2html { END_OF_BLOCK print HTML < $Title$csslink + @@ -1182,6 +1184,7 @@ sub process_item { emit_item_tag( $otext, $text, 1 ); } $need_dd = 1; + print HTML ""; } print HTML "\n"; return $need_dd;