Ticket #3579: 3579.patch

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

Proposed patch

  • _samples/divreplace.html

     
    88        <title>Replace DIV - CKEditor Sample</title>
    99        <style id="styles" type="text/css">
    1010
    11                 div
     11                #html div
    1212                {
    1313                        border: solid 2px Transparent;
    1414                        padding-left: 15px;
    1515                        padding-right: 15px;
    1616                }
    1717
    18                 div:hover
     18                #html div:hover
    1919                {
    2020                        border-color: black;
    2121                }
  • _samples/sample.html

     
    6464        </div>
    6565        <!-- This <fieldset> holds the HTML that you will usually find in your
    6666             pages. -->
    67         <fieldset title="Output">
     67        <fieldset id="html" title="Output">
    6868                <legend>Output</legend>
    69                 <script id="html" type="text/javascript">
     69                <script type="text/javascript">
    7070                //<![CDATA[
    7171                        document.write( CKEDITOR.samples.htmlData );
    7272                //]]>
     
    7474        </fieldset>
    7575        <!-- This <fieldset> contains the output readable code that illustrates
    7676             how to use the editor, having the results shown in this sample. -->
    77         <fieldset title="Code">
     77        <fieldset id="code" title="Code">
    7878                <legend>Code</legend>
    79                 <script id="code" type="text/javascript">
     79                <script type="text/javascript">
    8080                //<![CDATA[
    8181                        document.write( CKEDITOR.samples.codeData );
    8282                //]]>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy