Changeset 644

Show
Ignore:
Timestamp:
2007-08-09 11:03:10 (17 months ago)
Author:
martinkou
Message:

Fixed #1050 : Fixed fck_docprops.html conflicting with php with short opening tag enabled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_docprops.html

    r132 r644  
    283283                        sCharSet = 'utf-8' ; 
    284284 
    285                 FCK.XmlDeclaration = '<?xml version="1.0" encoding="' + sCharSet + '"?>' ; 
     285                FCK.XmlDeclaration = '<' + '?xml version="1.0" encoding="' + sCharSet + '"?>' ; 
    286286 
    287287                SetAttribute( oHTML, 'xmlns', 'http://www.w3.org/1999/xhtml' ) ;