diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-16 19:35:31 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-16 21:02:02 +0100 |
commit | 9c5229ea394808f90433ee84439503bee124e1de (patch) | |
tree | e43a0a6336bd7c66891ba64da90319c2e866714b /ui-log.c | |
parent | Add cgit_free_commitinfo() and use where needed (diff) | |
download | cgit-pink-9c5229ea394808f90433ee84439503bee124e1de.tar.gz cgit-pink-9c5229ea394808f90433ee84439503bee124e1de.zip |
Reformat code to avoid excessive line lengths
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-log.c')
-rw-r--r-- | ui-log.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c index b7da49f..def96f6 100644 --- a/ui-log.c +++ b/ui-log.c @@ -49,7 +49,9 @@ 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; |