summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-31 06:33:03 +0100
committerAndrew Dolgov <[email protected]>2006-03-31 06:33:03 +0100
commit462a192bd576b1d27debcb89212456d1232c2ed8 (patch)
tree4430c2171bf4a6133bcaabbd3501f5724376d11b
parent9a3bb96a8700c60235dc27406e32d8affdc1c106 (diff)
small fatal error improvements
-rw-r--r--tt-rss.js2
-rw-r--r--tt-rss.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 6ad0adff7..9b77aa53a 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -153,7 +153,7 @@ function backend_sanity_check_callback() {
try {
if (!xmlhttp.responseXML) {
- fatalError(3, "[D001, Reply is not XML]: " + xmlhttp.responseText);
+ fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText);
return;
}
diff --git a/tt-rss.php b/tt-rss.php
index 71a866c68..90fbbb70d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -64,7 +64,7 @@
<div id="overlay"><div id="overlay_inner">Loading, please wait...</div></div>
<div id="fatal_error"><div id="fatal_error_inner">
<h1>Fatal Error</h1>
- <pre id="fatal_error_msg">Unknown Error</pre>
+ <div id="fatal_error_msg">Unknown Error</div>
</div></div>
<script type="text/javascript">