summaryrefslogtreecommitdiffstats
path: root/logfiles-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:47:17 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:47:17 +0000
commit6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8 (patch)
treea766a4e30e546946a91fcc476efd9f159e239ef9 /logfiles-status-html.lsp
parent747f16f8d9ca8f15fd78bd5071355c819f2b14c9 (diff)
downloadacf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.bz2
acf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.xz
Remove trailing whitespace
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r--logfiles-status-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp
index bf80391..c708029 100644
--- a/logfiles-status-html.lsp
+++ b/logfiles-status-html.lsp
@@ -7,13 +7,13 @@
document.write('<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"><\/script>');
}
</script>
-
+
<script type="text/javascript">
if (typeof $.tablesorter == 'undefined') {
document.write('<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery.tablesorter.js"><\/script>');
}
</script>
-
+
<script type="text/javascript">
$(document).ready(function() {
<% if viewlibrary.check_permission("delete") then %>
@@ -23,7 +23,7 @@
<% end %>
});
</script>
-
+
<% htmlviewfunctions.displaycommandresults({"delete"}, session) %>
<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
@@ -38,7 +38,7 @@
<th>Size</th>
<th>Last Modified</th>
<th>File</th>
- </tr>
+ </tr>
</thead><tbody>
<% local viewtype = cfe({type="hidden", value="stream"}) %>