Index: elf.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/elf/elf.module,v
retrieving revision 1.1
diff -u -F^f -r1.1 elf.module
--- elf.module	27 Jan 2008 02:13:40 -0000	1.1
+++ elf.module	27 Jan 2008 18:23:48 -0000
@@ -80,7 +80,7 @@ function elf_replace($match) {
     }
   }
   // mailto link
-  else if (strpos($match[1], 'mailto:') == 0) {
+  else if (strpos($match[1], 'mailto:') === 0) {
     // if there is no class
     if (strpos($match[0], 'class="') === FALSE) {
       // it is faster to use PHP's string functions then complex regexes
