From 9c7c49f921f0a60fb4c50bf8d598967a481f1b25 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 25 Apr 2014 10:42:28 +0000 Subject: Minor cleanup of html views --- weblog-viewweblog-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weblog-viewweblog-html.lsp') diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp index 0310f46..050489e 100644 --- a/weblog-viewweblog-html.lsp +++ b/weblog-viewweblog-html.lsp @@ -190,9 +190,9 @@ end %> style="font-weight:bold;" <% end %> ><%= html.html_escape(watch.clientip) %> style="font-weight:bold;" <% end %> ><%= html.html_escape(watch.clientuserid) %> <%= html.html_escape(watch.bytes) %> - <%= html.html_escape(watch.badyesno) %><% if watch.badyesno ~= "0" then %><% end %> - <%= html.html_escape(watch.deniedyesno) %><% if watch.deniedyesno ~= "0" then %> <% end %> - <%= html.html_escape(watch.bypassyesno) %><% if watch.bypassyesno ~= "0" then %> <% end %> + <%= html.html_escape(watch.badyesno) %><% if watch.badyesno ~= "0" then %><% end %> + <%= html.html_escape(watch.deniedyesno) %><% if watch.deniedyesno ~= "0" then %> <% end %> + <%= html.html_escape(watch.bypassyesno) %><% if watch.bypassyesno ~= "0" then %> <% end %> <%= html.html_escape(watch.score) %> title="<%= html.html_escape(watch.reason) %>"<% end %>> <% if (watch.shortreason and watch.shortreason ~= "") then %> -- cgit v1.2.3