]> git.0d.be Git - empathy.git/commitdiff
Template.html: remove DOCTYPE
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Sep 2013 15:17:09 +0000 (17:17 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Sep 2013 15:19:26 +0000 (17:19 +0200)
This ensures that WebKit considers the document in 'quirks' mode which is now
needed when using document.body.scrollTop (used to check if we should scroll
down or not when adding a new message).

See https://bugs.webkit.org/show_bug.cgi?id=121419 for details.

https://bugzilla.gnome.org/show_bug.cgi?id=707781

data/Template.html

index 79224b8de5b41c36c7815ce70faa86e07ce96d01..295ba8b844f4c522ff55b8db6f1dce0f9d9af104 100644 (file)
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />