TinyMCE bug - @ symbol in link URL makes http://mce_host appear
Hav开发者_StackOverflowe someone a resolution for that annoying problem?
Try this:
Open the file /sites/all/modules/tinymce/tinymce.module
Find the following function:
function tinymce_config($profile) {
...
}
Within that function, find the following line and remove it or comment it out:
$init['entity_encoding'] = 'raw';
精彩评论