From 306ce92df530f8ecb193976b475a065592dafe9d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 2 Jul 2009 09:57:13 +0000 Subject: Change block highlight to white on red, and highlight bypass black on yellow. --- weblog-viewblocklog-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weblog-viewblocklog-html.lsp') diff --git a/weblog-viewblocklog-html.lsp b/weblog-viewblocklog-html.lsp index bff6667..0c10e0a 100644 --- a/weblog-viewblocklog-html.lsp +++ b/weblog-viewblocklog-html.lsp @@ -73,9 +73,9 @@ end <%= html.html_escape(watch.clientuserid) %> <%= html.html_escape(watch.bytes) %> - <%= html.link{value = watch.uri, label=watch.uri} %> + colspan=4><%= html.link{value = watch.uri, label=watch.uri} %> <% if watch.reason and watch.reason ~= "" then %> - <%= html.html_escape(watch.reason) %> + <%= html.html_escape(watch.reason) %> <% end %> <% end %> -- cgit v1.2.3