summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rrdtool-viewgraph-popup.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrdtool-viewgraph-popup.lsp b/rrdtool-viewgraph-popup.lsp
index d32892a..26fd878 100644
--- a/rrdtool-viewgraph-popup.lsp
+++ b/rrdtool-viewgraph-popup.lsp
@@ -9,7 +9,7 @@ io.write(html.cfe_unpack(data))
io.write("</span>")
--]]
%>
-<% if (data.width) then %>
+<% 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 %>