Ticket #3427: 3427.patch

File 3427.patch, 5.9 KB (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Proposed patch

  • _samples/html/sample07.html

     
    4848var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
    4949oFCKeditor.BasePath     = sBasePath ;
    5050oFCKeditor.Config['FullPage'] = true ;
    51 oFCKeditor.Value = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Page Test<\/title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><\/head><body><p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.<\/body><\/html>' ;
     51oFCKeditor.Value = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Page Test<\/title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><\/head><body><p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/body><\/html>' ;
    5252oFCKeditor.Create() ;
    5353//-->
    5454                </script>
  • _whatsnew.html

     
    5050                        About plugin shows misleading user language</li>
    5151                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2821">#2821</a>] Configuration
    5252                        items that used floating point numbers were parsed as integers.</li>
     53                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3427">#3427</a>] Improved
     54                        compatibility of Document properties dialog with Eclipse.</li>
    5355                <li>Language file updates for the following languages:
    5456                        <ul>
    5557                                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2908">#2908</a>] Czech </li>
  • editor/dialog/fck_docprops.html

     
    2121 *
    2222 * Link dialog window.
    2323-->
    24 <html xmlns="http://www.w3.org/1999/xhtml">
     24<html>
    2525<head>
    2626        <title></title>
    27         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    28         <meta content="noindex, nofollow" name="robots" />
     27        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
     28        <meta content="noindex, nofollow" name="robots" >
    2929        <script src="common/fck_dialog_common.js" type="text/javascript"></script>
    3030        <script type="text/javascript">
    3131
     
    458458                                                                <span fcklang="DlgDocDocType">Document Type Heading</span><br />
    459459                                                                <select id="selDocType" onchange="CheckOther( this, 'txtDocType' );">
    460460                                                                        <option value="" selected="selected"></option>
    461                                                                         <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
     461                                                                        <option value='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;'>HTML
    462462                                                                                4.01 Transitional</option>
    463                                                                         <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'>
     463                                                                        <option value='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;'>
    464464                                                                                HTML 4.01 Strict</option>
    465                                                                         <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'>
     465                                                                        <option value='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt;'>
    466466                                                                                HTML 4.01 Frameset</option>
    467                                                                         <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'>
     467                                                                        <option value='&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;'>
    468468                                                                                XHTML 1.0 Transitional</option>
    469                                                                         <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'>
     469                                                                        <option value='&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;'>
    470470                                                                                XHTML 1.0 Strict</option>
    471                                                                         <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'>
     471                                                                        <option value='&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;'>
    472472                                                                                XHTML 1.0 Frameset</option>
    473                                                                         <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'>
     473                                                                        <option value='&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;'>
    474474                                                                                XHTML 1.1</option>
    475                                                                         <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'>HTML 3.2</option>
    476                                                                         <option value='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'>HTML 2.0</option>
     475                                                                        <option value='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&gt;'>HTML 3.2</option>
     476                                                                        <option value='&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"&gt;'>HTML 2.0</option>
    477477                                                                        <option value="..." fcklang="DlgOpOther">&lt;Other&gt;</option>
    478478                                                                </select>
    479479                                                        </td>
  • editor/dialog/fck_docprops/fck_document_preview.html

     
    2626                <title>Document Properties - Preview</title>
    2727                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    2828                <meta name="robots" content="noindex, nofollow">
    29                 <script language="javascript">
     29                <script type="text/javascript">
    3030
    3131var eBase = parent.FCK.EditorDocument.getElementsByTagName( 'BASE' ) ;
    3232if ( eBase.length > 0 && eBase[0].href.length > 0 )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy