alecpl
2010-08-12 1a2f8375ded7563964ea24c44c7874a92e6f7b77
program/lib/enriched.inc
@@ -45,7 +45,7 @@
         '</indentright>'=>'</span>');
   
   while(list($find,$replace)=each($a)){
      $body = eregi_replace($find,$replace,$body);
      $body = preg_replace('#'.$find.'#i', $replace, $body);
   }
   return $body;
}