http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94603

Revision: 94603
Author:   wikinaut
Date:     2011-08-16 06:59:12 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
fix of a whitespace problem in the i18n system message

Modified Paths:
--------------
    trunk/extensions/RSS/RSS.i18n.php

Modified: trunk/extensions/RSS/RSS.i18n.php
===================================================================
--- trunk/extensions/RSS/RSS.i18n.php   2011-08-16 06:03:48 UTC (rev 94602)
+++ trunk/extensions/RSS/RSS.i18n.php   2011-08-16 06:59:12 UTC (rev 94603)
@@ -11,6 +11,7 @@
 /** English
  * @author Ɓukasz Garczewski (TOR) <t...@wikia-inc.com>
  */
+
 $messages['en'] = array(
        'rss-desc' => 'Displays RSS feeds on MediaWiki pages in a standard or 
in user-definable formats using template pages',
        'rss-error' => 'Failed to load RSS feed from $1: $2',
@@ -21,7 +22,7 @@
        'rss-ns-permission' => 'RSS is not allowed in this namespace',
        'rss-url-permission' => 'This URL is not allowed to be included',
        'rss-item' => '{{$1 | title = {{{title}}} | link = {{{link}}} | date = 
{{{date}}} | author = {{{author}}} | description = {{{description}}} }}',
-       'rss-feed' => "<!--  the following are two alternative templates. The 
first is the basic default template for feeds -->; '''<span 
class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''
+       'rss-feed' => "<!--  the following are two alternative templates. The 
first is the basic default template for feeds -->; '''<span 
class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''
 : {{{description}}}
 : {{{author}}} {{{date}}}<!-- don't use newline here --><!-- The second is an 
improved version which requires Extension:ParserFunctions --><!-- ; '''<span 
class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: 
{{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: 
{{{date|}}} |: &mdash; {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: 
&mdash; {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->",
 );


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to