summaryrefslogtreecommitdiffstats
path: root/kamailio-viewtable-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'kamailio-viewtable-html.lsp')
-rw-r--r--kamailio-viewtable-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/kamailio-viewtable-html.lsp b/kamailio-viewtable-html.lsp
index f0c5ff9..28d4e13 100644
--- a/kamailio-viewtable-html.lsp
+++ b/kamailio-viewtable-html.lsp
@@ -41,6 +41,9 @@
</TR>
<% end %>
</TABLE>
+<% if form.errtxt then %>
+<p class="error"><%= html.html_escape(form.errtxt) %></p>
+<% end %>
<% if #form.value.entries.value == 0 then %>
<p>No entries found</p>
<% end %>