From c3072720b2b0bfe5ac63eb2ae9da0c40b16c960a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 20 Aug 2005 10:49:46 +0000 Subject: [PATCH] Include the dot --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 0e94a6f059..7f83afe5bc 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 = "
" wfMsgWikiHtml("sharedupload"); + $sharedtext = "
" . wfMsgWikiHtml("sharedupload"); if ($wgRepositoryBaseUrl && !$wgFetchCommonsDescriptions) { $sk = $wgUser->getSkin(); -- 2.20.1