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 %]" />