summaryrefslogtreecommitdiffstats
path: root/rrdtool-viewgraph-popup.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-viewgraph-popup.lsp')
-rw-r--r--rrdtool-viewgraph-popup.lsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rrdtool-viewgraph-popup.lsp b/rrdtool-viewgraph-popup.lsp
index 80b55c0..42194a5 100644
--- a/rrdtool-viewgraph-popup.lsp
+++ b/rrdtool-viewgraph-popup.lsp
@@ -3,7 +3,6 @@ require("viewfunctions")
%>
<% if (data.graph.width) then %>
-<P><%= data.descr %></P>
<IMG SRC='<%= data.output %>' width='<%= data.graph.width or data.option.width %>' height='<%= data.graph.height or data.option.height %>'>
<% else %>
<H1>No valid output available!</H1>