X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fplugins%2Ftableresize%2Fplugin.js;h=0ba8aad147185977ae374500503d3b4474d85e75;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=23c19d60cebddd6403a34d3bdf22337da23eb2b2;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/_source/plugins/tableresize/plugin.js b/_source/plugins/tableresize/plugin.js index 23c19d6..0ba8aad 100644 --- a/_source/plugins/tableresize/plugin.js +++ b/_source/plugins/tableresize/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -298,7 +298,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license document = editor.document; resizer = CKEDITOR.dom.element.createFromHtml( - '
', document );