]> git.proxmox.com Git - pve-manager-legacy.git/commit
Add HTML doctype to our web ui, remove IE10-specific standard mode tag.
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 2 Apr 2015 08:27:15 +0000 (10:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Apr 2015 09:09:29 +0000 (11:09 +0200)
commit9ece08ec8cfb446dd071129db1781971fccdd00d
tree0754d77827456e1f84ac113caf6ad1aa83aeb00b
parent050383dc9ad8f13a346ea43cfb9096e8c2779352
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 <e.kasper@proxmox.com>
PVE/ExtJSIndex.pm