Hi,
While going through documentation, I saw webdesign helpers, which I didn't
know that even existed. I thought about adding new things there, so I
thought about doctype helper, something like this:
{% doctype "html" "4.1" "strict" %}
which is then rendered like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
What do you guys think about this. Should I implement this and open a ticket
for it, or is it unnecessary? And I have some spare time nowadays, if
someone comes up with better idea as a webdesign helper.
--
http://yasar.serveblog.net/
--
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.