This is untested, but find the following code in search_function.php
PHP Code:
'img_tag' => '<img border="0" src="'.WEIGHT_IMGSRC.'" width="'.ceil(WEIGHT_WIDTH*$weight/100).'" height="'.WEIGHT_HEIGHT.'" alt="" />',
and replace it with
PHP Code:
'img_tag' => '<img border="0" src="'.WEIGHT_IMGSRC.'" width="'.WEIGHT_WIDTH.'" height="'.WEIGHT_HEIGHT.'" alt="" />',
Be sure to remove any word wrapping in the above code.
Let us know if this solves the problem.