Server geändert
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!--
|
||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||
* FCKeditor - The text editor for Internet - https://www.fckeditor.net
|
||||
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
|
||||
*
|
||||
* == BEGIN LICENSE ==
|
||||
@ -9,13 +9,13 @@
|
||||
* choice:
|
||||
*
|
||||
* - GNU General Public License Version 2 or later (the "GPL")
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
* https://www.gnu.org/licenses/gpl.html
|
||||
*
|
||||
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
|
||||
* http://www.gnu.org/licenses/lgpl.html
|
||||
* https://www.gnu.org/licenses/lgpl.html
|
||||
*
|
||||
* - Mozilla Public License Version 1.1 or later (the "MPL")
|
||||
* http://www.mozilla.org/MPL/MPL-1.1.html
|
||||
* https://www.mozilla.org/MPL/MPL-1.1.html
|
||||
*
|
||||
* == END LICENSE ==
|
||||
*
|
||||
@ -97,7 +97,7 @@ function Ok()
|
||||
{
|
||||
ReadjustLinksToAnchor( oAnchor.name, sNewName );
|
||||
|
||||
// Buggy explorer, bad bad browser. http://alt-tag.com/blog/archives/2006/02/ie-dom-bugs/
|
||||
// Buggy explorer, bad bad browser. https://alt-tag.com/blog/archives/2006/02/ie-dom-bugs/
|
||||
// Instead of just replacing the .name for the existing anchor (in order to preserve the content), we must remove the .name
|
||||
// and assign .name, although it won't appear until it's specially processed in fckxhtml.js
|
||||
|
||||
|
Reference in New Issue
Block a user