display clean version of creation stamp on port log

This commit is contained in:
Oliver Gorwits
2014-02-13 20:31:51 +00:00
parent f3eb4ce7bd
commit b9db2545d5
4 changed files with 54 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
</tbody>
[% WHILE (row = results.next) %]
<tr>
<td class="nd_center-cell">[% row.creation | html_entity %]</td>
<td class="nd_center-cell">[% row.creation_stamp | html_entity %]</td>
<td class="nd_center-cell">[% row.username | html_entity %]</td>
<td class="nd_center-cell">[% row.userip | html_entity %]</td>
<td class="nd_center-cell">[% row.action | html_entity %]</td>