removed extraneous whitespace
This commit is contained in:
parent
a04ef5280c
commit
90f5420fac
@ -58,7 +58,7 @@
|
||||
foreach ($this->stats->mostActiveAuthor as $author => $numRevisions) {
|
||||
$mostActiveAuthors .= $this->makeWikiUserLink($author) . ' (' . $numRevisions . ' revisions)<br />';
|
||||
}
|
||||
$mostActiveAuthors = substr($mostActiveAuthors, 0, -6);
|
||||
$mostActiveAuthors = substr($mostActiveAuthors, 0, -6);
|
||||
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user