mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
DOCTYPE must be set before anything else
By setting doctype before settings.php, the script elements etc are loaded after defining the doctype to be html5. This issue only affects IE9 and not Chrome or Firefox.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<?php include("lib/settings.php");
|
||||
|
||||
// Check IP permissions
|
||||
@@ -15,7 +16,6 @@ if ($ICEcoder["checkUpdates"]) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onMouseMove="if(top.ICEcoder) {top.ICEcoder.getMouseXY(event,'top');top.ICEcoder.canResizeFilesW()}">
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user