skyrim wrote:

> I just wanted to notify you that the simple login template example
> is completely messed up:
> http://www.djangobook.com/en/1.0/chapter12/

well, HTML-wise, it isn't *that* messed up.

> . single quotes used instead of double quotes in opening 'form' tag

HTML attributes can use either single quotes or double quotes, so that's 
valid code.

> . no closing 'form' tag, second opening one instead of it

that's indeed a copy & paste error (but FORM elements cannot be nested, 
so any modern browser will close the form there).

> . missing ending slashes in some input tags

HTML isn't XML, so input elements shouldn't have "ending slashes".  all 
major browsers will allow them, but validators may disagree.  also see:

   http://www.cs.tut.fi/~jkorpela/html/empty.html#diff

</F>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to