Backout bug 408696 to fix ui bustage. a=jesse

This commit is contained in:
edward.lee@engineering.uiuc.edu 2007-12-18 22:49:41 -08:00
Родитель 9a3a4249f4
Коммит 19fdc4cafa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -943,7 +943,7 @@ function updateTime(aItem)
} else {
// Download must have been from some time ago.. show month/day
let month = end.toLocaleFormat("%B");
let date = end.toLocaleFormat("%e").replace(/\s+/g, "");
let date = end.toLocaleFormat("%d");
dateTime = replaceInsert(gStr.monthDate, 1, month);
dateTime = replaceInsert(dateTime, 2, date);
}