Separate body and nav bar a bit.
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 6 Jan 2007 15:20:35 +0000 (15:20 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 6 Jan 2007 15:20:35 +0000 (15:20 +0000)
includes/SpecialImagelist.php

index 31f0484..5ecbe8a 100644 (file)
@@ -20,6 +20,7 @@ function wfSpecialImagelist() {
                $limit
                . '<br/>'
                . $body
+               . '<br/>'
                . $nav );
 }