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

Revision: 90964
Author:   janpaul123
Date:     2011-06-28 14:49:10 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
Fixed bug 28968.

Modified Paths:
--------------
    trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js

Modified: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js
===================================================================
--- trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js 
2011-06-28 14:42:31 UTC (rev 90963)
+++ trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js 
2011-06-28 14:49:10 UTC (rev 90964)
@@ -440,7 +440,7 @@
                msg = msg.replace( '$4', currentTypeOrSubtype.imageSize || 
options.defaultImageSize ); // replace the image size
                msg = msg.replace( '$5', currentTypeOrSubtype.backgroundColor 
|| options.defaultBackgroundColor ); // replace the background color
                msg = msg.replace( '$6', currentTypeOrSubtype.borderColor || 
options.defaultBorderColor ); // replace the border color
-               msg = msg.replace( '$7', mw.config.get( 'wikilove-recipient' ) 
); // replace the username we're sending to
+               msg = msg.replace( '$7', '<nowiki>' + mw.config.get( 
'wikilove-recipient' ) + '</nowiki>' ); // replace the username we're sending to
                
                return msg;
        },


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to