Re: perlfaq - wrong HTML structure
[email protected] (Robert Spier)
| Newsgroups | perl.perlfaq.workers |
|---|---|
| Message-ID | <[email protected]> |
Hi Dmitry,
I've CC'ed Carlos on this message. perldoc.com and its rendering
system is his baby.
-R
At Thu, 25 Sep 2003 12:15:10 +0400,
Dmitry Diskin wrote:
>
> Hello!
>
> I've noticed that perlfaq pages at
> http://perldoc.com/perl5.8.0/pod/perlfaq.html contain duplicated <html>
> and <head> tags:
>
> <html>
> <head>
> <title>perlfaq</title>
> </head>
> <html>
> <head>
> <title>perlfaq</title>
> <!--START-COMMON-->
>
> Best regards,
> Dmitry.