r84441 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84440‎ | r84441 | r84442 >
Date:10:08, 21 March 2011
Author:jojo
Status:ok
Tags:
Comment:
typo fixes
Modified paths:
  • /trunk/extensions/Collection/Collection.php (modified) (history)
  • /trunk/extensions/Collection/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.php
@@ -53,7 +53,7 @@
5454
5555 /** if not null, treat this string as hierarchy delimiter in page titles,
5656 * i.e. support subpages */
57 -$wgCollectionHierarcyDelimiter = null;
 57+$wgCollectionHierarchyDelimiter = null;
5858
5959 /** Array of namespaces that can be added to a collection */
6060 $wgCollectionArticleNamespaces = array(
Index: trunk/extensions/Collection/README.txt
@@ -129,7 +129,7 @@
130130 displayed as "Download as XYZ" links in the "Print/export" portlet.
131131 The default value is::
132132
133 - array( 'pdf' );
 133+ array( 'rl' );
134134
135135 i.e. there's one link "Download as PDF".
136136

Status & tagging log