Any idea why this page is not rendering full in my Chrome v 13 dev ?
http://madhur.github.com/blog/2011/06/11/githubplatform.html
View source shows full HTML code but does not render.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Changing
to
fixed the issue. An iframe tag is not self closing, see this SO thread Question about text after iframe
EDIT:
You said it still didn’t render so I pulled the source for the page and tested locally in IE & Chrome. Making the one change I mentioned above allowed the rest of the page to render. Here is the complete source: