]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-diff.c
Bump version
[cgit.git] / ui-diff.c
index 70dcc915ddd47117a5f75a1745117018ad24f688..c60aefd1d629826e081329713324b7b35b6dff8e 100644 (file)
--- 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 {