Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
abcd97d512
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/main/html/index.html

+ 1
- 0
src/main/html/index.html Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet