summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cron-listjobs-html.lsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cron-listjobs-html.lsp b/cron-listjobs-html.lsp
index 1968bad..8ba2a23 100644
--- a/cron-listjobs-html.lsp
+++ b/cron-listjobs-html.lsp
@@ -28,6 +28,7 @@ end
<H1>Cron Jobs</H1>
<% for i,tabl in ipairs(view.value) do %>
<H2><%= html.html_escape(tabl.period) %></H2>
+<DL>
<% if #tabl.jobs == 0 then %>
No jobs
<% else %>
@@ -50,6 +51,7 @@ No jobs
<% end %>
</TABLE>
<% end %>
+</DL>
<% end %>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions.cron.createjob then