bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'ui-tag.c')
-rw-r--r--
ui-tag.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-tag.c b/ui-tag.c
index 39e4cb82..cab96b1b 100644
--- a/
ui-tag.c
+++ b/
ui-tag.c
@@ -99,6 +99,6 @@ void cgit_print_tag(char *revname)
if (ctx.repo->snapshots)
print_download_links(revname);
html("</table>\n");
- }
+ }
return;
}