This commit is contained in:
James Campos 2011-08-30 18:14:49 -07:00
commit 221ba438f0
2 changed files with 2 additions and 2 deletions

View File

@ -1761,7 +1761,7 @@
input.disabled = true;
input.value = 404;
}
d.title = d.title.match(/.+-/)[0] + ' ' + 404;
d.title = d.title.match(/.+-/)[0] + ' 404';
g.dead = true;
Favicon.update();
return;

View File

@ -1433,7 +1433,7 @@ updater =
input.disabled = true
input.value = 404
# XXX trailing spaces are trimmed
d.title = d.title.match(/.+-/)[0] + ' ' + 404
d.title = d.title.match(/.+-/)[0] + ' 404'
g.dead = true
Favicon.update()
return