From abcd97d51211d8a1145cad9227959b60c532c45b Mon Sep 17 00:00:00 2001 From: Greg MacLellan Date: Fri, 9 Nov 2012 17:06:18 -0500 Subject: [PATCH] Added doctype declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/main/html/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/html/index.html b/src/main/html/index.html index d78acc38..a94d8f7d 100644 --- a/src/main/html/index.html +++ b/src/main/html/index.html @@ -1,3 +1,4 @@ + Swagger UI