summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-08 17:13:30 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-08 17:13:30 +0000
commitf9733260df48934826be9afa485329eb51bea24c (patch)
tree08271cc430e62c781f86f884f23f0d06753e43b0
parent59cf270fb495a9a5aab61036a639031220f84a3a (diff)
downloadacf-weblog-f9733260df48934826be9afa485329eb51bea24c.tar.bz2
acf-weblog-f9733260df48934826be9afa485329eb51bea24c.tar.xz
Switched back to displaying entire URL by popular demand.
-rw-r--r--weblog-viewblocklog-html.lsp2
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 %>