From: Niklas Laxström Date: Sun, 16 Mar 2008 09:28:46 +0000 (+0000) Subject: * Added id X-Git-Tag: 1.31.0-rc.0~49073 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=26761cfda503e2736e188a99fe2c2d288cde5a2f;p=lhc%2Fweb%2Fwiklou.git * Added id --- diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 64ed215776..feb223bc6d 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -1162,7 +1162,8 @@ EOT " ); $uploadfooter = wfMsgNoTrans( 'uploadfooter' ); if( $uploadfooter != '-' && !wfEmptyMsg( 'uploadfooter', $uploadfooter ) ){ - $wgOut->addWikiText( $uploadfooter ); + $wgOut->addWikiText( Xml::tags( 'div', + array( 'id' => 'mw-upload-footer-message' ), $uploadfooter ) ); } }