Skip Menu |

This queue is for tickets about the Maypole CPAN distribution.

Report information
The Basics
Id: 13975
Status: resolved
Priority: 0/
Queue: Maypole

People
Owner: TEEJAY [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.10
Fixed in: 2.11



Subject: errors in example templates
The example list page fails validation. (1) In the header template, there should be a space before /> in the meta, (best practice is a space everywhere /> occurs AFAIK): <meta http-equiv="Content-Type" content="text/html; charset=[% request.document_encoding %]" /> (2) In addnew, the hidden form name input element needs closing: <input type="hidden" name="__form_id" value="[% request.make_random_id %]" />
[DJH - Tue Aug 2 09:06:10 2005]: Show quoted text
> The example list page fails validation. > > (1) In the header template, there should be a space before /> in the > meta, (best practice is a space everywhere /> occurs AFAIK): > > <meta http-equiv="Content-Type" content="text/html; charset=[% > request.document_encoding > %]" /> > > > (2) In addnew, the hidden form name input element needs closing: > > <input type="hidden" name="__form_id" value="[% request.make_random_id > %]" />
fixed in SVN revision 368