chiark
/
gitweb
/
~webstump
/
modbot-urcm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064607d
)
Do not XMLishly autoclose the log table
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 3 Mar 2010 14:07:35 +0000
(14:07 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 3 Mar 2010 14:07:35 +0000
(14:07 +0000)
xlog/bin/report
patch
|
blob
|
history
diff --git
a/xlog/bin/report
b/xlog/bin/report
index 5f747694de71d9294274fff11cac085320bcb892..3c689f0e8ef08c1c816bcb3c96646a883b950601 100755
(executable)
--- a/
xlog/bin/report
+++ b/
xlog/bin/report
@@
-98,7
+98,7
@@
if ($pi =~ m,^/message/(\d+)/(.*)$,) {
$processline= \&processline_queue;
}
-print header(), start_html($title), h1($title), table();
+print header(), start_html($title), h1($title),
start_
table();
print Tr(td([map { strong($_) } (qw(
Date