Mercurial > lada > lada-client
diff index.html @ 788:a4c358d08a0d
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.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 10:47:48 +0200 |
parents | b3e38a2a25c7 |
children | 1ef815f5b9fa |
line wrap: on
line diff
--- 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>