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: