X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2efee09abe28ecd2719201da6cd9915f14d93a56..c43f1246cb759eb811ab0ebef0613b86dda99581:/ui-repolist.c?ds=sidebyside
diff --git a/ui-repolist.c b/ui-repolist.c
index 1fe7059..7090c12 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -27,8 +27,11 @@ void cgit_print_repolist(struct cacheitem *item)
}
html("
Repositories
\n");
- html("");
- html("| Name | Description | Owner |
\n");
+ html("");
+ html(""
+ "| Name | "
+ "Description | "
+ "Owner |
\n");
while ((de = readdir(d)) != NULL) {
if (de->d_name[0] == '.')
continue;