about summary refs log tree commit diff stats
path: root/ui-tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tag.c')
-rw-r--r--ui-tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-tag.c b/ui-tag.c index 39e4cb8..cab96b1 100644 --- a/ui-tag.c +++ b/ui-tag.c
@@ -99,6 +99,6 @@ void cgit_print_tag(char *revname)
99 if (ctx.repo->snapshots) 99 if (ctx.repo->snapshots)
100 print_download_links(revname); 100 print_download_links(revname);
101 html("</table>\n"); 101 html("</table>\n");
102 } 102 }
103 return; 103 return;
104} 104}