dashboard.js-issue1608.patch

Nicolas AGIUS, 10/26/2012 12:36 PM

Download (452 Bytes)

View differences:

dashboard.js 2012-10-26 14:18:05.000000000 +0200
224 224
        max = parseInt(max,10) ? max : "unlimited";
225 225

  
226 226
        if (unit)
227
            return used+' '+unit+' /&nbsp'+max+' '+unit;
227
            return used+' '+unit+' / '+max+' '+unit;
228 228

  
229
        return used + ' /&nbsp'+ max
229
        return used + ' / '+ max
230 230

  
231 231
    }
232 232