[Lada-commits] [PATCH 3 of 3] moved doctype declaration to the beginning of the file. Else IE9 will try to display the page in QUIRKS mode and it won't work

Wald Commits scm-commit at wald.intevation.org
Wed May 13 10:59:23 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1431506868 -7200
# Node ID a4c358d08a0d0ec04301933650aca90763b1b993
# Parent  442e7bd290dc39f24aee77779b5a5fd0f2216ffe
moved doctype declaration to the beginning of the file. Else IE9 will try to display the page in QUIRKS mode and it won't work.

diff -r 442e7bd290dc -r a4c358d08a0d index.html
--- a/index.html	Wed May 13 10:27:15 2015 +0200
+++ b/index.html	Wed May 13 10:47:48 2015 +0200
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
 Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 Software engineering by Intevation GmbH
@@ -6,8 +7,6 @@
 and comes with ABSOLUTELY NO WARRANTY! Check out
 the documentation coming with IMIS-Labordaten-Application for details. 
 -->
-
-<!DOCTYPE html>
 <html>
 <head>
     <title>Lada</title>


More information about the Lada-commits mailing list