alecpl
2011-05-03 1abb97fe1b51f4188658c86754212b44c06fdb9a
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;
}