diff -BrauN dpb-4.2.0/htdocs/libs/board.class.php dpb-orig/htdocs/libs/board.class.php
--- dpb-4.2.0/htdocs/libs/board.class.php	2008-03-01 13:25:24.000000000 +0100
+++ dpb-orig/htdocs/libs/board.class.php	2007-12-04 02:34:13.000000000 +0100
@@ -40,7 +40,7 @@
 			$boardArray[]= array(
 				'time' => $this->timestamp_to_board($post['time']),
 				'info' => $post->info,
-				'msg' => preg_replace( "`\[\[(.*)\]\]`", "<img src='http://www.forkosh.dreamhost.com/mimetex.cgi?$1' alt='LaTeX generated picture'/>", $post->message),
+				'msg' => $post->message,
 				'login' =>  $post->login
 			);
 		}
