summaryrefslogtreecommitdiffstats
path: root/weblog-adhocquery-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 10:42:28 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 10:42:28 +0000
commit9c7c49f921f0a60fb4c50bf8d598967a481f1b25 (patch)
tree74927593289dfc9802edc2d2058fdf2352d18650 /weblog-adhocquery-html.lsp
parentfb7ce759c1045daf20e416547e6111f796030b60 (diff)
downloadacf-weblog-9c7c49f921f0a60fb4c50bf8d598967a481f1b25.tar.bz2
acf-weblog-9c7c49f921f0a60fb4c50bf8d598967a481f1b25.tar.xz
Minor cleanup of html views
Diffstat (limited to 'weblog-adhocquery-html.lsp')
-rw-r--r--weblog-adhocquery-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp
index 0e381da..a433780 100644
--- a/weblog-adhocquery-html.lsp
+++ b/weblog-adhocquery-html.lsp
@@ -47,7 +47,7 @@ end
<thead>
<tr>
<% for i,name in ipairs(form.value.names.value) do %>
- <th class="header"><%= html.html_escape(name) %></th>
+ <th><%= html.html_escape(name) %></th>
<% end %>
</tr>
</thead>