summaryrefslogtreecommitdiffstats
path: root/did-viewactivitylog-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'did-viewactivitylog-html.lsp')
-rw-r--r--did-viewactivitylog-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/did-viewactivitylog-html.lsp b/did-viewactivitylog-html.lsp
index 9881f27..251cf83 100644
--- a/did-viewactivitylog-html.lsp
+++ b/did-viewactivitylog-html.lsp
@@ -9,7 +9,7 @@
<% for i,log in ipairs(data.value) do %>
<TR>
- <TD><%= html.html_escape(log.logdatetime) %></TD>
+ <TD><%= html.html_escape(string.gsub(log.logdatetime, "%..*", "")) %></TD>
<TD><%= string.gsub(html.html_escape(log.msgtext), "\n", "<BR>") %></TD>
<TD><%= html.html_escape(log.userid) %></TD>
</TR>