Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 14:03:29 +02:00
parent a9680ca591
commit d382ef2545
600 changed files with 1983 additions and 1983 deletions

View File

@ -1,6 +1,6 @@
/**
* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/license
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/* exported initSample */
@ -24,7 +24,7 @@ var initSample = ( function() {
if ( isBBCodeBuiltIn ) {
editorElement.setHtml(
'Hello world!\n\n' +
'I\'m an instance of [url=https://ckeditor.com]CKEditor[/url].'
'I\'m an instance of [url=http://ckeditor.com]CKEditor[/url].'
);
}