From 9ece08ec8cfb446dd071129db1781971fccdd00d Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Thu, 2 Apr 2015 10:27:15 +0200 Subject: [PATCH] Add HTML doctype to our web ui, remove IE10-specific standard mode tag. The use of the HTML doctype is recommended for Ext4 and Ext5, and is supported by all post 2008 browsers. Basically it tells the browser to interpret the HTML according to standards, and not according to what IE6 might have thought of it. This will also drop support for IE6 and IE7, which are anyway not supported by ext5. The HTML doctype will make all browsers switch to their standard compliant mode, hence we don't need anymore to toggle this specifically for IE. Signed-off-by: Emmanuel Kasper --- PVE/ExtJSIndex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/ExtJSIndex.pm b/PVE/ExtJSIndex.pm index 81daf1ce..5ecff924 100644 --- a/PVE/ExtJSIndex.pm +++ b/PVE/ExtJSIndex.pm @@ -7,10 +7,10 @@ sub get_index { my ($lang, $username, $csrftoken, $console) = @_; my $page = <<_EOD; + - Proxmox Virtual Environment -- 2.39.5