--- noindex_external_links.module	2009-07-04 15:35:55.000000000 +0600
+++ noindex_external_links.module	2009-07-10 16:19:39.000000000 +0600
@@ -174,7 +174,7 @@ function noindex_external_links_filter($
         //This regexp not found link like: <a title="Download this file as PDF" href="http://buytaert.net/files/oopsla07-georges.pdf">dfgsdfgdfgdfg</a>
         //$regexp = '/<a([^href]*)\shref="([^"]+)"\s*([^>]*)>(.*?)<\/a>/i';
 
-        $regexp = '/<a(.*?)\shref="([^"]+)"\s*([^>]*)>(.*?)<\/a>/i';
+        $regexp = '/<a(.*?)\shref="([^"]+)"\s*([^>]*)>(.*?)<\/a>/is';
         $text = preg_replace_callback($regexp, 'noindex_external_links_replace', $text);
       }
       return $text;
