Changeset 644
- Timestamp:
- 2007-08-09 11:03:10 (17 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_docprops.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_docprops.html
r132 r644 283 283 sCharSet = 'utf-8' ; 284 284 285 FCK.XmlDeclaration = '< ?xml version="1.0" encoding="' + sCharSet + '"?>' ;285 FCK.XmlDeclaration = '<' + '?xml version="1.0" encoding="' + sCharSet + '"?>' ; 286 286 287 287 SetAttribute( oHTML, 'xmlns', 'http://www.w3.org/1999/xhtml' ) ;