aboutsummaryrefslogtreecommitdiff
path: root/ui-log.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui-log.c b/ui-log.c
index def96f6..b7da49f 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -49,9 +49,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt)
html("<h2>Log</h2>");
html("<table class='list log'>");
- html("<tr><th class='left'>Date</th>"
- "<th class='left'>Message</th>"
- "<th class='left'>Author</th></tr>\n");
+ html("<tr><th class='left'>Date</th><th class='left'>Message</th><th class='left'>Author</th></tr>\n");
if (ofs<0)
ofs = 0;