summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 27af8c08e..abf483e21 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -132,8 +132,8 @@ function article_callback() {
} else {
debug("article_callback: returned no XML object");
- /* var f = document.getElementById("content-frame");
- f.innerHTML = "<div class='whiteBox'>" + __('Could not display article (missing XML object)') + "</div>"; */
+ var f = document.getElementById("content-frame");
+ f.innerHTML = "<div class='whiteBox'>" + __('Could not display article (missing XML object)') + "</div>";
}
} catch (e) {
exception_error("article_callback", e);