summaryrefslogtreecommitdiff
path: root/www/ajax/rrdui.js
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-13 22:03:54 +0000
committerStef Walter <stef@memberwebs.com>2008-06-13 22:03:54 +0000
commit4b5ae889e778f05a227e869de9cf12636a4d1e71 (patch)
tree07671f286165f718a80df9d4ddb1ef774b276110 /www/ajax/rrdui.js
parentf8912ab58a52ecbfca4a53e98be8be83e45b17c1 (diff)
Put all headers on the side in a list
Diffstat (limited to 'www/ajax/rrdui.js')
-rw-r--r--www/ajax/rrdui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ajax/rrdui.js b/www/ajax/rrdui.js
index 55c68fd..fc238d9 100644
--- a/www/ajax/rrdui.js
+++ b/www/ajax/rrdui.js
@@ -676,7 +676,7 @@ function loadXml(uri, callback)
function displayError(message, place)
{
- var el = document.createElement("span");
+ var el = document.createElement("div");
el.className = "error";
var text = document.createTextNode(message);
el.appendChild(text);