From 26761cfda503e2736e188a99fe2c2d288cde5a2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 16 Mar 2008 09:28:46 +0000 Subject: [PATCH] * Added id --- includes/SpecialUpload.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) ); } } -- 2.20.1