From 61fe8acfc56b7110e002c9d4f5456fffc29d5241 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 29 May 2008 03:44:45 +0000 Subject: [PATCH] * (bug 14146) Wrap usage section on imagepages into
s. Follow up to r35516. Wrap this section to. --- includes/ImagePage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index aeb857ee00..55e63baffe 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -644,7 +644,9 @@ EOT ); if ( 0 == $dbr->numRows( $res ) ) { + $wgOut->addHTML( "
\n" ); $wgOut->addWikiMsg( 'nolinkstoimage' ); + $wgOut->addHTML( "
\n" ); return; } $wgOut->addHTML( "
\n" ); -- 2.20.1