]> git.wh0rd.org Git - tt-rss.git/commitdiff
small fatal error improvements
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 31 Mar 2006 05:33:03 +0000 (06:33 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 31 Mar 2006 05:33:03 +0000 (06:33 +0100)
tt-rss.js
tt-rss.php

index 6ad0adff76cff3ffb676a12a41b8573dc2543838..9b77aa53a4ad7292a03e31d03d845e59f81bbfee 100644 (file)
--- 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;
                        }
        
index 71a866c684ac66cc60ca6fd896715eff06909dd5..90fbbb70db92d3a72603d5d3f0c6052fffef28c9 100644 (file)
@@ -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">