summaryrefslogtreecommitdiffstats
path: root/weblog-viewweblog-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-viewweblog-html.lsp')
-rw-r--r--weblog-viewweblog-html.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp
index 050489e..d61ac70 100644
--- a/weblog-viewweblog-html.lsp
+++ b/weblog-viewweblog-html.lsp
@@ -22,7 +22,7 @@ function string_highlight(txtvalue, searchval, fcolour, bcolour)
txtvalue = string_insert(txtvalue,"</font>", sEnd)
txtvalue = string_insert(txtvalue,"<font style='color:"..fcolour.."; background-color:"..bcolour..";'>", sStart)
end
- end
+ end
return txtvalue
end
@@ -176,7 +176,7 @@ end %>
local mark = ''
if watch.selected == "t" then mark=' class="selected"' end
local time = {}
- time.year, time.month, time.day, time.hour, time.min, time.sec =
+ time.year, time.month, time.day, time.hour, time.min, time.sec =
string.match(watch.logdatetime, "(%d+)%-(%d+)-(%d+)%s+(%d+):(%d+):(%d+)")
time = os.time(time) %>
<tr<%= mark %>>
@@ -192,7 +192,7 @@ end %>
<td><%= html.html_escape(watch.bytes) %></td>
<td><span class="hide"><%= html.html_escape(watch.badyesno) %></span><% if watch.badyesno ~= "0" then %><img src='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/dodgy.png' width='13' height='13'><% end %></td>
<td><span class="hide"><%= html.html_escape(watch.deniedyesno) %></span><% if watch.deniedyesno ~= "0" then %> <img src='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/denied.png' width='13' height='13'><% end %></td>
- <td><span class="hide"><%= html.html_escape(watch.bypassyesno) %></span><% if watch.bypassyesno ~= "0" then %> <img src='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/bypass.png' width='13' height='13'><% end %></td>
+ <td><span class="hide"><%= html.html_escape(watch.bypassyesno) %></span><% if watch.bypassyesno ~= "0" then %> <img src='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/bypass.png' width='13' height='13'><% end %></td>
<td><%= html.html_escape(watch.score) %></td>
<td<% if (watch.shortreason and watch.shortreason ~= "" and watch.reason and watch.reason ~= "") then %> title="<%= html.html_escape(watch.reason) %>"<% end %>>
<% if (watch.shortreason and watch.shortreason ~= "") then %>
@@ -202,8 +202,8 @@ end %>
<% end %>
</td>
<td title="<%= html.html_escape(watch.uri) %>"><% highlight_uri=html.html_escape(watch.shorturi or watch.uri)
- if watch.wordloc ~= nil then
- if string.find(watch.wordloc, "|") then
+ if watch.wordloc ~= nil then
+ if string.find(watch.wordloc, "|") then
badwords = format.string_to_table(watch.wordloc, "|")
for key,wrd in ipairs(badwords) do
highlight_uri = string_highlight(highlight_uri, wrd, "yellow", "red")
@@ -211,7 +211,7 @@ end %>
else
highlight_uri = string_highlight(highlight_uri, watch.wordloc, "yellow", "red")
end
- end %>
+ end %>
<%= highlight_uri %></td>
<td><%= watch.wordloc %></td>
</tr>