From 3663d11752919d59316d9d2b9b587044c2869e27 Mon Sep 17 00:00:00 2001 From: "tilde.town" Date: Wed, 15 Oct 2014 20:31:00 +0000 Subject: [PATCH] add missing ul --- scripts/userlist.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/userlist.hy b/scripts/userlist.hy index 95aabc2..621cfa6 100644 --- a/scripts/userlist.hy +++ b/scripts/userlist.hy @@ -26,4 +26,4 @@ (map dir->html) (.join "\n"))) -(print (.format "generated at {}
{}" timestamp user-list)) +(print (.format "generated at {}
" timestamp user-list))