diff options
Diffstat (limited to 'weblog-status-html.lsp')
-rw-r--r-- | weblog-status-html.lsp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/weblog-status-html.lsp b/weblog-status-html.lsp index b1c806b..9ff17d7 100644 --- a/weblog-status-html.lsp +++ b/weblog-status-html.lsp @@ -26,9 +26,10 @@ Unknown Present <% else %> Missing -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("createdatabase") -end %> <% end %> </DD> </DL> + +<% if not data.value and viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("createdatabase") +end %> |