The problem I get like this:
class Main(webapp.RequestHandler):
    def get(self):
        self.response.out.write(template.render("main.html", {}));

I request the main page in ie8, then view the source:
?<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="zh"
lang="zh"......

Notice that the '?'. Where is it from?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to