From f7cf58fdac786f6804735063511ff7af02c2e28f Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Thu, 29 Apr 2021 13:48:08 +0000 Subject: [PATCH] fix incorrect colspan on homepage "more boards" button thanks to addition of PPD --- views/pages/home.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/pages/home.pug b/views/pages/home.pug index 8f962eb4..1a36283f 100644 --- a/views/pages/home.pug +++ b/views/pages/home.pug @@ -46,7 +46,7 @@ block content td #{board.sequence_value-1} if localStats.total-localStats.unlisted > boards.length tr - td(colspan=5) + td(colspan=6) a.bold(href='/boards.html') More Boards .table-container.flex-center.mv-10.text-center table(style='max-width:450px')