alecpl
2010-05-28 f07d238b1b4d75b34639be873dcc1b1627404ae7
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;
}