X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-html_mail.php;h=b32605ae41ddf6468c2851df62643f396126c662;hb=0437f06b273f885db05736449a952c6eb72086ca;hp=0d20e30f7b8c71583f8268c706bd45bc36751c14;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/extensions/ext-html_mail.php b/inc/extensions/ext-html_mail.php index 0d20e30f7b..b32605ae41 100644 --- a/inc/extensions/ext-html_mail.php +++ b/inc/extensions/ext-html_mail.php @@ -141,27 +141,27 @@ case 'test': // For testing purposes. For details see file inc/modules/admin/wha default: // Do stuff when extension is loaded // Valid HTML tags (only simple and no attributes!) $GLOBALS['html_tags'] = array( - "b", - "i", - "u", - "ol", - "ul", - "li", - "strong", - "center", - "left", - "right", - "br", + 'b', + 'i', + 'u', + 'ol', + 'ul', + 'li', + 'strong', + 'center', + 'left', + 'right', + 'br', ); // URL ends which are used to indentify the end of an URL or email link // Don't use these chars in links... ;-) // $GLOBALS['url_ends'] = array( - " ", + ' ', "\n", "\r", - ")", + ')', ); // Valid email chars (without @, or do you want to have another @ inside your email addy?)