summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-16 17:17:09 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-16 17:19:26 +0200
commitc2e916b5226ef76ce686119b79d1f49574e5c480 (patch)
tree5d561a92aaf300b7b9741386398cd329d4b16062
parent5c48cc7d0603f68feed952c1a63fe1452baad56d (diff)
downloadempathy-c2e916b5226ef76ce686119b79d1f49574e5c480.tar.gz
Template.html: remove DOCTYPE
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
-rw-r--r--data/Template.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/Template.html b/data/Template.html
index 79224b8de..295ba8b84 100644
--- a/data/Template.html
+++ b/data/Template.html
@@ -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" />