JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.4.7_full
[ckeditor.git] / samples / inlinebycode.html
index e224c68..d40edac 100644 (file)
@@ -1,12 +1,12 @@
 <!DOCTYPE html>\r
 <!--\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
 -->\r
 <html>\r
 <head>\r
-       <title>Inline Editing by Code &mdash; CKEditor Sample</title>\r
        <meta charset="utf-8">\r
+       <title>Inline Editing by Code &mdash; CKEditor Sample</title>\r
        <script src="../ckeditor.js"></script>\r
        <link href="sample.css" rel="stylesheet">\r
        <style>\r
@@ -99,13 +99,12 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
                <hr />\r
                <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p>\r
        </div>\r
-       <script>\r
 \r
+       <script>\r
                // We need to turn off the automatic editor creation first.\r
                CKEDITOR.disableAutoInline = true;\r
 \r
                var editor = CKEDITOR.inline( 'editable' );\r
-\r
        </script>\r
        <div id="footer">\r
                <hr>\r
@@ -114,7 +113,7 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
                                http://ckeditor.com</a>\r
                </p>\r
                <p id="copy">\r
-                       Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a>\r
+                       Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>\r
                        - Frederico Knabben. All rights reserved.\r
                </p>\r
        </div>\r