diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 14:57:07 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 14:57:07 +0000 |
commit | d9bc6f48a604e6f97fa51bee79a259c03eab8404 (patch) | |
tree | f3fb194a37fd81e70853938a424bc2f0214fe55d /weblog-viewblocklog-html.lsp | |
parent | 605dab2abcf6e762f11d71e5b57f3a10429e9645 (diff) | |
download | acf-weblog-d9bc6f48a604e6f97fa51bee79a259c03eab8404.tar.bz2 acf-weblog-d9bc6f48a604e6f97fa51bee79a259c03eab8404.tar.xz |
Made shorturi a boolean.
Diffstat (limited to 'weblog-viewblocklog-html.lsp')
-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 738737f..8c5663e 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=watch.uridescr or watch.uri} %></TD> + <%= html.link{value = watch.uri, label=watch.shorturi or watch.uri} %></TD> </TR> <TR <%= mark %>> <TD class='reason' <% if (watch.shortreason and watch.shortreason ~= "") or (watch.reason and watch.reason ~= "") then %> |