From: Antoine Musso Date: Sat, 6 Jan 2007 15:20:35 +0000 (+0000) Subject: Separate body and nav bar a bit. X-Git-Tag: 1.31.0-rc.0~54646 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=161646742775c7f9a20157a825e6fa1fd887856c;p=lhc%2Fweb%2Fwiklou.git Separate body and nav bar a bit. --- diff --git a/includes/SpecialImagelist.php b/includes/SpecialImagelist.php index 31f04840ec..5ecbe8a627 100644 --- a/includes/SpecialImagelist.php +++ b/includes/SpecialImagelist.php @@ -20,6 +20,7 @@ function wfSpecialImagelist() { $limit . '
' . $body + . '
' . $nav ); }