Ticket #3751: 3751.patch

File 3751.patch, 1.0 KB (added by Frederico Caldeira Knabben, 15 years ago)
  • _samples/sample.html

     
    6464        </div>
    6565        <!-- This <fieldset> holds the HTML that you will usually find in your
    6666             pages. -->
    67         <fieldset title="Output">
    68                 <legend>Output</legend>
    69                 <script id="html" type="text/javascript">
    70                 //<![CDATA[
    71                         document.write( CKEDITOR.samples.htmlData );
    72                 //]]>
    73                 </script>
    74         </fieldset>
    75         <!-- This <fieldset> contains the output readable code that illustrates
    76              how to use the editor, having the results shown in this sample. -->
    77         <fieldset title="Code">
    78                 <legend>Code</legend>
    79                 <script id="code" type="text/javascript">
    80                 //<![CDATA[
    81                         document.write( CKEDITOR.samples.codeData );
    82                 //]]>
    83                 </script>
    84         </fieldset>
     67        <script id="html" type="text/javascript">
     68        //<![CDATA[
     69                document.write( CKEDITOR.samples.htmlData );
     70        //]]>
     71        </script>
    8572        <div id="footer">
    8673                <hr />
    8774                <p>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy