From: Raimond Spekking Date: Thu, 29 May 2008 03:44:45 +0000 (+0000) Subject: * (bug 14146) Wrap usage section on imagepages into
s. X-Git-Tag: 1.31.0-rc.0~47314 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=61fe8acfc56b7110e002c9d4f5456fffc29d5241;p=lhc%2Fweb%2Fwiklou.git * (bug 14146) Wrap usage section on imagepages into
s. Follow up to r35516. Wrap this section to. --- 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" );