summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/startstop-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/startstop-html.lsp b/app/startstop-html.lsp
index 56404f9..acacec0 100644
--- a/app/startstop-html.lsp
+++ b/app/startstop-html.lsp
@@ -14,8 +14,8 @@
<% if data.value.result then %>
<DT>Previous action result</DT>
<DD>
-<% if data.value.result.descr then %>
-<P CLASS='descr'><%= string.gsub(data.value.result.descr, "\n", "<BR>") %></P>
+<% if data.value.result.value ~= "" then %>
+<P CLASS='descr'><%= string.gsub(data.value.result.value, "\n", "<BR>") %></P>
<% end if data.value.result.errtxt then %>
<P CLASS='error'><%= string.gsub(data.value.result.errtxt, "\n", "<BR>") %></P>
<% end end %>