thomascube
2010-09-21 cb2bc809ef29f349d38c89e202d821e67bb4c947
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;
}