Browse Source

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.
bubble
Greg MacLellan 12 years ago
parent
commit
abcd97d512
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/html/index.html

+ 1
- 0
src/main/html/index.html View File

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


Loading…
Cancel
Save