From ec988ea69c7391292777cacdc66f670b513d99f4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 8 Oct 2009 16:40:58 +0000 Subject: Fixed bug with adhoc query, display results in a table, example descriptions, bumped to 0.4.7 --- weblog-status-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weblog-status-html.lsp') diff --git a/weblog-status-html.lsp b/weblog-status-html.lsp index fae98c0..b1c806b 100644 --- a/weblog-status-html.lsp +++ b/weblog-status-html.lsp @@ -17,15 +17,15 @@ end %> <% if status then %> <%= status.value.status.value %> <% else %> -unknown +Unknown <% end %>
Weblog Database
<% if data.value then %> -present +Present <% else %> -missing +Missing <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("createdatabase") end %> -- cgit v1.2.3