X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fpreview%2Fplugin.js;h=12a1683e5341c33a2c3550aebfc9c77921a28d57;hp=dd53d4396ecd48f68a5db6a07a832e7b28e1ced2;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_source/plugins/preview/plugin.js b/_source/plugins/preview/plugin.js index dd53d43..12a1683 100644 --- a/_source/plugins/preview/plugin.js +++ b/_source/plugins/preview/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 */ @@ -24,7 +24,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { sHTML = editor.getData() .replace( //, '$&' + baseTag ) - .replace( /[^>]*(?=<\/title>)/, editor.lang.preview ); + .replace( /[^>]*(?=<\/title>)/, '$& — ' + editor.lang.preview ); } else {