Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ACF
acf-postgresql
Commits
ee87dbad
Commit
ee87dbad
authored
Apr 25, 2014
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanup of styling in listfiles html view
parent
018c7d1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
postgresql-listfiles-html.lsp
postgresql-listfiles-html.lsp
+1
-1
No files found.
postgresql-listfiles-html.lsp
View file @
ee87dbad
...
...
@@ -59,7 +59,7 @@ end %>
htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="expert"}), page_info, -1)
%></td>
<td><%= html.html_escape(file.filename) %></td>
<td><span
style="display:non
e"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
<td><span
class="hid
e"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
<td><%= html.html_escape(file.mtime) %></td>
</tr>
<% end %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment