r63704 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63703‎ | r63704 | r63705 >
Date:20:18, 13 March 2010
Author:maxsem
Status:ok
Tags:
Comment:
Added a space after "Same as the wiki name:"
Modified paths:
  • /branches/new-installer/phase3/skins/common/config.js (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/skins/common/config.js
@@ -91,6 +91,6 @@
9292 value = value.replace(/^_+/, '').replace(/_+$/, '');
9393 value = value.substr(0, 1).toUpperCase()
9494 + value.substr(1);
95 - label.innerHTML = wgSameNamespacePrefix + value;
 95+ label.innerHTML = wgSameNamespacePrefix + ' ' + value;
9696 }
9797

Follow-up revisions

RevisionCommit summaryAuthorDate
r63732Follow-up to r63704: do the same in a l10nable waymaxsem06:25, 14 March 2010

Status & tagging log