mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 15:09:42 +02:00
ui-diff,ui-tag: don't use htmlf with non-formatted strings
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
This commit is contained in:
parent
5bd7e9bc1b
commit
bd0293f570
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue