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>