diff options
Diffstat (limited to 'ui-diff.c')
-rw-r--r-- | ui-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ static void print_fileinfo(struct fileinfo *info) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | html("<tr>"); | 84 | html("<tr>"); |
85 | htmlf("<td class='mode'>"); | 85 | html("<td class='mode'>"); |
86 | if (is_null_oid(info->new_oid)) { | 86 | if (is_null_oid(info->new_oid)) { |
87 | cgit_print_filemode(info->old_mode); | 87 | cgit_print_filemode(info->old_mode); |
88 | } else { | 88 | } else { |