Ticket #2603: 2603.patch

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

Proposed patch

  • _whatsnew.html

     
    108108                        on quickupload of the asp connector.</li>
    109109                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2616">#2616</a>] Fixed another situation
    110110                        where new elements were inserted at the beginning of the content in IE.</li>
     111                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2603">#2603</a>] Changed the
     112                        <a href="http://docs.fckeditor.net/EMailProtection">EMailProtection</a> to "none" for better
     113                        compatibility.</li>
    111114        </ul>
    112115        <p>
    113116                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • fckconfig.js

     
    7676FCKConfig.FormatOutput          = true ;
    7777FCKConfig.FormatIndentator      = '    ' ;
    7878
    79 FCKConfig.EMailProtection = 'encode' ; // none | encode | function
     79FCKConfig.EMailProtection = 'none' ; // none | encode | function
    8080FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;
    8181
    8282FCKConfig.StartupFocus  = false ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy