From 9ef36be04be3890cc3276d4b43472a00d77ced63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 20 Aug 2005 10:48:15 +0000 Subject: [PATCH] Allow wikitext again in sharedupload --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 4d090d5222..0e94a6f059 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -249,7 +249,7 @@ END global $wgRepositoryBaseUrl, $wgFetchCommonsDescriptions, $wgOut, $wgUser; $url = $wgRepositoryBaseUrl . urlencode($this->mTitle->getDBkey()); - $sharedtext = "
" . wfMsg("sharedupload"); + $sharedtext = "
" wfMsgWikiHtml("sharedupload"); if ($wgRepositoryBaseUrl && !$wgFetchCommonsDescriptions) { $sk = $wgUser->getSkin(); -- 2.20.1