From f9ccd995cb0ce18e76b1db72b5f6388058acb6dc Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 7 Nov 2020 23:37:18 +0100 Subject: [PATCH] Insert HTML line breaks before newlines in cog descriptions --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c25095c..05c9442 100644 --- a/index.php +++ b/index.php @@ -115,7 +115,7 @@ $cog_chunks = array_chunk($cogs, $per_page);