diff options
-rw-r--r-- | weblog-viewblocklog-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-viewblocklog-html.lsp b/weblog-viewblocklog-html.lsp index 6b60acd..7dc2697 100644 --- a/weblog-viewblocklog-html.lsp +++ b/weblog-viewblocklog-html.lsp @@ -91,7 +91,7 @@ end <TD <% if data.value.clientuserid.value == watch.clientuserid then %> style="font-weight:bold;" <% end %> ><%= html.html_escape(watch.clientuserid) %></TD> <TD><%= html.html_escape(watch.bytes) %></TD> <TD title="<%= html.html_escape(watch.uri) %>" > - <%= html.link{value = watch.uri, label=string.gsub(watch.uri, "[;?].*", "...")} %></TD> + <%= html.link{value = watch.uri, label=watch.uri} %></TD> </TR> <TR <%= mark %>> <TD class='reason' <% if (watch.shortreason and watch.shortreason ~= "") or (watch.reason and watch.reason ~= "") then %> |