From 789e5a7542eb2245bf9541d9beb798fe704a7ef3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 3 Mar 2010 14:07:35 +0000 Subject: [PATCH] Do not XMLishly autoclose the log table --- xlog/bin/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlog/bin/report b/xlog/bin/report index 5f74769..3c689f0 100755 --- 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 -- 2.30.2