change some parens

darcs-hash:20080709231948-84dde-feb7d677238eaa0b80f263337a1833d9b3ec7d2f.gz
This commit is contained in:
Evan Prodromou 2008-07-09 19:19:48 -04:00
parent dda9ceef4a
commit abcb014f3d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class NoticesearchAction extends SearchAction {
# FIXME: URL, image, video, audio
common_element_start('p', array('class' => 'content'));
if ($notice->rendered) {
common_raw($this->highlight($notice->rendered), $terms);
common_raw($this->highlight($notice->rendered, $terms));
} else {
# XXX: may be some uncooked notices in the DB,
# we cook them right now. This should probably disappear in future