X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FRevisionList.php;h=1b865bb05cdfbd4a460b8ca400c13f5ec3170c33;hb=d6c4ab939024ec07bb679be664089e5584a6bb26;hp=3c5cfa8ea28b81b7a130f5994e6140c8bb6067cc;hpb=50d7729bea870759e3ff9dfc414ea6b22d99d23b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/RevisionList.php b/includes/RevisionList.php index 3c5cfa8ea2..1b865bb05c 100644 --- a/includes/RevisionList.php +++ b/includes/RevisionList.php @@ -105,7 +105,7 @@ abstract class RevisionListBase extends ContextSource { * @return int */ public function length() { - if( !$this->res ) { + if ( !$this->res ) { return 0; } else { return $this->res->numRows(); @@ -190,7 +190,7 @@ abstract class RevisionItemBase { } /** - * Get the date, formatted in user's languae + * Get the date, formatted in user's language * @return String */ public function formatDate() { @@ -199,7 +199,7 @@ abstract class RevisionItemBase { } /** - * Get the time, formatted in user's languae + * Get the time, formatted in user's language * @return String */ public function formatTime() { @@ -352,8 +352,7 @@ class RevisionItem extends RevisionItemBase { if ( $this->isDeleted() && !$this->canViewContent() ) { return $this->context->msg( 'diff' )->escaped(); } else { - return - Linker::link( + return Linker::link( $this->list->title, $this->context->msg( 'diff' )->escaped(), array(),