• Emmanuel Kasper's avatar
    Add HTML doctype to our web ui, remove IE10-specific standard mode tag. · 9ece08ec
    Emmanuel Kasper authored
    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: 's avatarEmmanuel Kasper <e.kasper@proxmox.com>
    9ece08ec
Name
Last commit
Last update
PVE Loading commit data...
aplinfo Loading commit data...
bin Loading commit data...
debian Loading commit data...
po Loading commit data...
www Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
copyright Loading commit data...
country.pl Loading commit data...
defines.mk Loading commit data...
mtu Loading commit data...
pve-apt.conf Loading commit data...
pve-repo-ca-certificates.crt Loading commit data...
pve-sources.list Loading commit data...
repoid.pl Loading commit data...
spice-example-sh Loading commit data...
vzdump-hook-script.pl Loading commit data...
vzdump.conf Loading commit data...
vznet.conf Loading commit data...