[UPD] ckeditor 4.4.4

This commit is contained in:
Holger Brunn
2014-09-22 22:01:39 +02:00
parent 3997c993b0
commit fdc36b8e89
252 changed files with 2804 additions and 1944 deletions

View File

@@ -1,19 +1,19 @@
<!DOCTYPE html>
<!--
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<title>Replace DIV &mdash; CKEditor Sample</title>
<meta charset="utf-8">
<title>Replace DIV &mdash; CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link href="sample.css" rel="stylesheet">
<style>
div.editable
{
border: solid 2px Transparent;
border: solid 2px transparent;
padding-left: 15px;
padding-right: 15px;
}
@@ -133,7 +133,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>