Merge "Use localized namespace name in embed wikitext"

This commit is contained in:
jenkins-bot 2014-05-05 06:30:06 +00:00 committed by Gerrit Code Review
commit e747af6d52

View file

@ -61,7 +61,7 @@
widthSection = width ? '|' + width + 'px' : '';
captionSection = caption ? '|' + caption : '';
return '[[File:' + title.getMain() + widthSection + '|thumb' + captionSection + ']]';
return '[[' + title.getPrefixedDb() + widthSection + '|thumb' + captionSection + ']]';
};
/**