[empathy] Template.html: remove DOCTYPE
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Template.html: remove DOCTYPE
- Date: Mon, 16 Sep 2013 15:26:50 +0000 (UTC)
commit c2e916b5226ef76ce686119b79d1f49574e5c480
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Sep 16 17:17:09 2013 +0200
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
data/Template.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/Template.html b/data/Template.html
index 79224b8..295ba8b 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" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]