From: Niklas Laxström Date: Wed, 14 May 2008 06:43:16 +0000 (+0000) Subject: * I totally blame SVN for this, it didn't show this change! X-Git-Tag: 1.31.0-rc.0~47643 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=281a7661339d5f11eddde9a44892f8d56af83823;p=lhc%2Fweb%2Fwiklou.git * I totally blame SVN for this, it didn't show this change! --- diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index d3956c4dee..c0e1f2b486 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -244,9 +244,9 @@ class NewPagesForm { $ulink = $this->skin->userLink( $result->rc_user, $result->rc_user_text ) . ' ' . $this->skin->userToolLinks( $result->rc_user, $result->rc_user_text ); $comment = $this->skin->commentBlock( $result->rc_comment ); - $css = $this->patrollable( $result ) ? 'not-patrolled' : ''; + $css = $this->patrollable( $result ) ? " class='not-patrolled'" : ''; - return "
  • {$time} {$dm}{$plink} ({$hist}) {$dm}[{$length}] {$dm}{$ulink} {$comment}
  • \n"; + return "{$time} {$dm}{$plink} ({$hist}) {$dm}[{$length}] {$dm}{$ulink} {$comment}\n"; } /**