From 3f22a93d6ac1f1f99bacc4f7e45d992689bc9555 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 27 Apr 2016 15:58:55 +0100 Subject: [PATCH] Fixed html doctype Fixed rendering issues caused by missing doctype, see https://github.com/twbs/bootstrap/issues/10482 for details --- demo-shell-ng2/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-shell-ng2/index.html b/demo-shell-ng2/index.html index 2781afae4a..526f0ac185 100644 --- a/demo-shell-ng2/index.html +++ b/demo-shell-ng2/index.html @@ -1,3 +1,4 @@ +