From: Andrew Dolgov Date: Sat, 25 Aug 2007 16:08:05 +0000 (+0100) Subject: fatalError: reference sign_excl.gif, not png X-Git-Tag: 1.2.15~45 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a0a63217fcf0f74988503062fb0c8a6bcc218ff8;p=tt-rss.git fatalError: reference sign_excl.gif, not png --- diff --git a/functions.js b/functions.js index 27691159..d8f7a235 100644 --- a/functions.js +++ b/functions.js @@ -1493,7 +1493,7 @@ function fatalError(code, message) { if (message == "") message = "Unknown error"; - fc.innerHTML = " " + message + " (Code " + code + ")"; + fc.innerHTML = " " + message + " (Code " + code + ")"; fe.style.display = "block"; }