Added doctype declaration

In IE in particular, not including a doctype causes it to do all sorts of ridiculous things, like rendering in IE5 quirks mode. 

I am not sure why any developers would using IE, but my QA team found this and it's an easy enough fix and technically the right thing to do, so might as well fix it.
This commit is contained in:
Greg MacLellan
2012-11-09 17:06:18 -05:00
parent b743c0f3db
commit abcd97d512

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Swagger UI</title>