r113910 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113909‎ | r113910 | r113911 >
Date:12:13, 15 March 2012
Author:santhosh
Status:ok (Comments)
Tags:i18ndeploy, i18nreview 
Comment:
Remove trailing commas, to avoid issues with some browsers.
Modified paths:
  • /trunk/extensions/WebFonts/resources/ext.webfonts.fontlist.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.fontlist.js
@@ -380,7 +380,7 @@
381381 ttf: "Xsux/Akkadian.ttf",
382382 woff: "Xsux/Akkadian.woff",
383383 version: "2.56"
384 - },
 384+ }
385385 /*
386386 "Hapax Berbère": {
387387 eot: "Tfng/hapaxber.eot",
@@ -434,7 +434,7 @@
435435 ta: [ "Lohit Tamil", "Thendral", "Thenee" ],
436436 tcy: [ "Lohit Kannada", "Kedage" ],
437437 te: [ "Lohit Telugu", "Pothana2000", "Vemana2000" ],
438 - ti: [ "AbyssinicaSIL" ],
 438+ ti: [ "AbyssinicaSIL" ]
439439 // tmh: [ "Hapax Berbère" ],
440440 // tzm: [ "Hapax Berbère" ]
441441 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r1141601.19wmf1 MFT r113910 r113782nikerabbit18:09, 19 March 2012

Comments

#Comment by Nikerabbit (talk | contribs)   14:07, 15 March 2012

Does this need quick deployment?

Status & tagging log