minor bug fix
[openemr.git] / library / custom_template / ckeditor / test.html
blobeabdad64d211f44c9fcfc270929fe89c79e3807b
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script type="text/javascript" src="ckeditor.js"></script>
4 <script src="_samples/sample.js" type="text/javascript"></script>
5 <link href="_samples/sample.css" rel="stylesheet" type="text/css" />
7 </head>
8 <body>
9 <textarea class="ckeditor" cols="10" id="editor1" name="editor1" rows="10"></textarea>
10 </body>
11 </html>