Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:05:19 +02:00
parent 62eaad823a
commit 4ad86910b3
595 changed files with 1182 additions and 1182 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
* License: https://tinymce.moxiecode.com/license
* Contributing: https://tinymce.moxiecode.com/contributing
*/
(function() {
@ -329,8 +329,8 @@
return {
longname : 'Paste text/word',
author : 'Moxiecode Systems AB',
authorurl : 'http://tinymce.moxiecode.com',
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/paste',
authorurl : 'https://tinymce.moxiecode.com',
infourl : 'https://wiki.moxiecode.com/index.php/TinyMCE:Plugins/paste',
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
},
@ -423,7 +423,7 @@
h = h.replace(/<\/?span[^>]*>/gi, "");
} else {
// We're keeping styles, so at least clean them up.
// CSS Reference: http://msdn.microsoft.com/en-us/library/aa155477.aspx
// CSS Reference: https://msdn.microsoft.com/en-us/library/aa155477.aspx
process([
// Convert <span style="mso-spacerun:yes">___</span> to string of alternating breaking/non-breaking spaces of same length

View File

@ -1,4 +1,4 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>{#paste.paste_text_desc}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>

View File

@ -1,4 +1,4 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>{#paste.paste_word_desc}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>