about summary refs log tree commit
path: root/ui-diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-diff.c')
-rw-r--r--ui-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c
index 70dcc91..c60aefd 100644
--- a/ui-diff.c
+++ b/ui-diff.c
@@ -82,7 +82,7 @@ static void print_fileinfo(struct fileinfo *info)
         }
 
         html("<tr>");
-        htmlf("<td class='mode'>");
+        html("<td class='mode'>");
         if (is_null_oid(info->new_oid)) {
                 cgit_print_filemode(info->old_mode);
         } else {