1.1 --- a/system/classes/search.class.php Sat Nov 07 21:52:55 2009 +0100
1.2 +++ b/system/classes/search.class.php Sun Nov 08 12:24:59 2009 +0100
1.3 @@ -497,7 +497,7 @@
1.4 $obj->setField('', LF_ROW_NUMBER, $show_num, false, '<b>%d.</b>');
1.5 $obj->setField($LANG09[16], 'title', true, true, '%s<br' . XHTML . '>');
1.6 $obj->setField('', 'description', true, false, '%s<br' . XHTML . '>');
1.7 - $obj->setField('', '_html', true, false, '<span style="color:green;">');
1.8 + $obj->setField('', '_html', true, false, '<span class="searchresult-byline">');
1.9 $obj->setField($LANG09[18], 'uid', $show_user, $sort_uid, $LANG01[104].' %s ');
1.10 $obj->setField($LANG09[17], 'date', true, $sort_date, $LANG01[36].' %s');
1.11 $obj->setField($LANG09[5], LF_SOURCE_TITLE,$show_type, $sort_type, ' - %s');