]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-log.c
Don't show new and old filemode for added/removed files
[ps-cgit] / ui-log.c
index b7da49fda6d239934e542bbc9d15f64c9d3ae07e..def96f6d44f49b0806eaee2f86dd9a47d24bdbf8 100644 (file)
--- 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;