commit | 445f358ff95d76f63a90f253fec821b8969db01a | [log] [tgz] |
---|---|---|
author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 09 15:24:19 2008 +0000 |
committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 09 15:24:19 2008 +0000 |
tree | 7c3d517feb5f92525c9c1830fdada6ade9e04f0f | |
parent | 585f93657883405ea6c01298be445dec9677b928 [diff] |
I accidentally changed the doc type of SingleIssue.html before submitting r4276. The doctype should have been changed to quirks mode, not standards mode. Patch by: jlabanca Review by: ecc (reviewed r4276) Issue: 3172 git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4277 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/reference/code-museum/src/com/google/gwt/museum/public/SingleIssue.html b/reference/code-museum/src/com/google/gwt/museum/public/SingleIssue.html index 1d7ad13..ae5679b 100644 --- a/reference/code-museum/src/com/google/gwt/museum/public/SingleIssue.html +++ b/reference/code-museum/src/com/google/gwt/museum/public/SingleIssue.html
@@ -1,5 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Single issue from Museum</title>