From 4b5ae889e778f05a227e869de9cf12636a4d1e71 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 13 Jun 2008 22:03:54 +0000 Subject: Put all headers on the side in a list --- www/ajax/rrdui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/ajax/rrdui.js') 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); -- cgit v1.2.3