[Catalyst] Re: CGI::Dump()
Ashley
apv at sedition.com
Sat Apr 19 03:47:15 BST 2008
I know. Grabbed it from CGI.pm without checking. It also returns the,
I believe, illegal <ul></ul> when there are no params. :)
If I ever do anything with it, I promise to fix it.
On Apr 18, 2008, at 7:38 PM, Aristotle Pagaltzis wrote:
> * Ashley <apv at sedition.com> [2008-04-18 21:30]:
>> push(@result,"<li><b>$param</b></li>");
>> push(@result,"<ul>");
>
> That’s invalid HTML. You can’t put an `<ul>` directly inside a
> `<ul>` like that.
>
> Regards,
> --
> Aristotle Pagaltzis // <http://plasmasturm.org/>
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
More information about the Catalyst
mailing list