Fixed Empty call in TinyMCE popups

CyberAP

Well-known member
Every TinyMCE popup has this tiny bug, inside the <head> there is a (broken?) link to CSS:

HTML:
<link rel="stylesheet" href="?_v=3067a8be">

It goes between

HTML:
<script src="js/tinymce/tiny_mce_popup.js?_v=3067a8be"></script>

and

HTML:
<script src="js/tinymce/utils/form_utils.js?_v=3067a8be"></script>
 
Every TinyMCE popup has this tiny bug, inside the <head> there is a (broken?) link to CSS:

HTML:
<link rel="stylesheet" href="?_v=3067a8be">

It goes between

HTML:
<script src="js/tinymce/tiny_mce_popup.js?_v=3067a8be"></script>

and

HTML:
<script src="js/tinymce/utils/form_utils.js?_v=3067a8be"></script>
I can't find the thread but once a user has the same problem and it came from a external script (I forgot the name) he used in his header.
 
Top Bottom