File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ static void print_fileinfo(struct fileinfo *info)
82
82
}
83
83
84
84
html ("<tr>" );
85
- htmlf ("<td class='mode'>" );
85
+ html ("<td class='mode'>" );
86
86
if (is_null_oid (info -> new_oid )) {
87
87
cgit_print_filemode (info -> old_mode );
88
88
} else {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ void cgit_print_tag(char *revname)
71
71
}
72
72
cgit_print_layout_start ();
73
73
html ("<table class='commit-info'>\n" );
74
- htmlf ("<tr><td>tag name</td><td>" );
74
+ html ("<tr><td>tag name</td><td>" );
75
75
html_txt (revname );
76
76
htmlf (" (%s)</td></tr>\n" , oid_to_hex (& oid ));
77
77
if (info -> tagger_date > 0 ) {
@@ -103,7 +103,7 @@ void cgit_print_tag(char *revname)
103
103
} else {
104
104
cgit_print_layout_start ();
105
105
html ("<table class='commit-info'>\n" );
106
- htmlf ("<tr><td>tag name</td><td>" );
106
+ html ("<tr><td>tag name</td><td>" );
107
107
html_txt (revname );
108
108
html ("</td></tr>\n" );
109
109
html ("<tr><td>tagged object</td><td class='sha1'>" );
You can’t perform that action at this time.
0 commit comments