From 20eb62b3d2fbb375a82e8362cee4bb4dd3280638 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Wed, 18 Jul 2012 14:48:23 -0700 Subject: [PATCH] Use the proper modern DOCTYPE --- AppKit/Platform/DOM/CPPlatformString.j | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AppKit/Platform/DOM/CPPlatformString.j b/AppKit/Platform/DOM/CPPlatformString.j index 5d06a9ee7..da3cc3a17 100644 --- a/AppKit/Platform/DOM/CPPlatformString.j +++ b/AppKit/Platform/DOM/CPPlatformString.j @@ -70,8 +70,7 @@ var DOMFixedWidthSpanElement = nil, bodyElement.appendChild(DOMIFrameElement); DOMIFrameDocument = (DOMIFrameElement.contentDocument || DOMIFrameElement.contentWindow.document); - DOMIFrameDocument.write(''+ - ''); + DOMIFrameDocument.write(''); DOMIFrameDocument.close(); // IE needs this wide
to prevent unwanted text wrapping: