Index: mail.inc
===================================================================
--- mail.inc (revision 125)
+++ mail.inc (working copy)
@@ -279,7 +279,7 @@
// 'See the Drupal site' becomes
// 'See the Drupal site [1]' with the URL included as a footnote.
_drupal_html_to_mail_urls(NULL, TRUE);
- $pattern = '@(]+?href="([^"]*)"[^>]*?>(.+?))@i';
+ $pattern = '@(]+?href="([^"]*)"[^>]*?>(.+?))@is';
$string = preg_replace_callback($pattern, '_drupal_html_to_mail_urls', $string);
$urls = _drupal_html_to_mail_urls();
$footnotes = '';