From 134b73572374b035c12ccd01b45e366beea1362b Mon Sep 17 00:00:00 2001 From: Allan Joseph Date: Sun, 7 Apr 2024 12:00:55 +0000 Subject: [PATCH] fix table formatting --- app/views/forum/search.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forum/search.scala b/app/views/forum/search.scala index 7475b53000612..9e2699a958691 100644 --- a/app/views/forum/search.scala +++ b/app/views/forum/search.scala @@ -50,7 +50,7 @@ object search: ), info ) - else td("[You can't access this team forum post]") + else td(colspan := "2")("[You can't access this team forum post]") ) , pagerNextTable(pager, n => routes.ForumPost.search(text, n).url)