r10655 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10654‎ | r10655 | r10656 >
Date:10:49, 20 August 2005
Author:nikerabbit
Status:old
Tags:
Comment:
Include the dot
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -249,7 +249,7 @@
250250 global $wgRepositoryBaseUrl, $wgFetchCommonsDescriptions, $wgOut, $wgUser;
251251
252252 $url = $wgRepositoryBaseUrl . urlencode($this->mTitle->getDBkey());
253 - $sharedtext = "<div class='sharedUploadNotice'>" wfMsgWikiHtml("sharedupload");
 253+ $sharedtext = "<div class='sharedUploadNotice'>" . wfMsgWikiHtml("sharedupload");
254254 if ($wgRepositoryBaseUrl && !$wgFetchCommonsDescriptions) {
255255
256256 $sk = $wgUser->getSkin();

Status & tagging log