~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to patches/html4doctype-kaze.patch

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- mozilla/netwerk/protocol/about/src/nsAboutBlank.cpp.orig    2006-10-26 16:48:16.000000000 +0200
 
2
+++ mozilla/netwerk/protocol/about/src/nsAboutBlank.cpp 2006-10-26 16:50:01.000000000 +0200
 
3
@@ -43,7 +43,8 @@
 
4
 
 
5
 NS_IMPL_ISUPPORTS1(nsAboutBlank, nsIAboutModule)
 
6
 
 
7
-static const char kBlankPage[] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"
 
8
+static const char kBlankPage[] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" "
 
9
+"\"http://www.w3.org/TR/html4/loose.dtd\">"
 
10
 "<html><head><title></title></head><body></body></html>";
 
11
 
 
12
 NS_IMETHODIMP
 
13
 
 
14
--- mozilla/netwerk/protocol/about/src/nsAboutStrictBlank.cpp.orig      2006-10-26 16:48:16.000000000 +0200
 
15
+++ mozilla/netwerk/protocol/about/src/nsAboutStrictBlank.cpp   2006-10-26 16:49:48.000000000 +0200
 
16
@@ -43,7 +43,8 @@
 
17
 
 
18
 NS_IMPL_ISUPPORTS1(nsAboutStrictBlank, nsIAboutModule)
 
19
 
 
20
-static const char kBlankPage[] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Strict//EN\">"
 
21
+static const char kBlankPage[] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" "
 
22
+"\"http://www.w3.org/TR/html4/strict.dtd\">"
 
23
 "<html><head><title></title></head><body></body></html>";
 
24
 
 
25
 NS_IMETHODIMP