Hi,
I am novice in python frameworks, so first of all please excuse, if my
questions will be stupid.

Some days ago I installed TG 2.1.
My default template engine is Gensh.

Everything works fine except admin: "textarea" looks like opened, but
not closed.

I found out, that HTML-code has the follow tag sequence:
<html xmlns="http://www.w3.org/1999/xhtml";>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
...

But tag <!DOCTYPE> which explains, that this is xhtml-page, must be
first.

Right code is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml";>
...

Wrong code is generated somewhere inside AdminController, but I can't
find out, where.
Does this problem have opened/closed ticked?

Thank.

P.S. Sorry for my English.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to