From 96b9f177bf96c8fd5617dce6df8c7c343464d981 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 10 Aug 2021 16:28:24 +0200 Subject: [PATCH] Close the paragraph before rendering the list Lists aren't allowed inside paragraphs as both per HTML 4.01 and 5. Make sure so clos, and re-open, the paragraph on each side of the list since that's what the browsers will have to do anyways, so we might as well control it (and be standards compliant). --- templates/core/community.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/core/community.html b/templates/core/community.html index fe2f2c0f..ef94716e 100644 --- a/templates/core/community.html +++ b/templates/core/community.html @@ -6,12 +6,14 @@

Community

PostgreSQL is well-supported by its active community. There are more than a dozen mailing lists available, categorized into topics like: +

+

and more. We also have many local PostgreSQL User Groups all over the world, and there is also an active IRC & Slack community.

-- 2.39.5