WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<a href="mailto:name@domain.de?subject=erstes%20Wort&body=Hallo%20Herr%20von">Linktext</a>
Habe wie oben beschrieben Quellcode per copy and paste in die WYSIWYG Seite kopiert.
$email_address = "mailto:" .$decryption_key .$match[2] .$match[3];
$email_address = "mailto:" .$decryption_key .$match[2] .html_entity_decode(rawurldecode($match[3]));
$email_address = "mailto:" .$decryption_key .$match[2] .html_entity_decode($match[3]);
$email_address = "mailto:" .$decryption_key .$match[2] .str_replace('&','&',$match[3]);
eventuell reicht auch bereits:Code: [Select]$email_address = "mailto:" .$decryption_key .$match[2] .str_replace('&','&',$match[3]);Umlaute wie ö,ä etc. werden falsch dargestellt (dies aber unabhängig vom Output Filter).Gruss Christian