From: Niklas Laxström Date: Sat, 20 Aug 2005 10:49:46 +0000 (+0000) Subject: Include the dot X-Git-Tag: 1.6.0~1875 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=c3072720b2b0bfe5ac63eb2ae9da0c40b16c960a;p=lhc%2Fweb%2Fwiklou.git Include the dot --- 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();