From 757b9c512e65ab32ea421c4a7579f7d8c77ef95e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 31 May 2024 00:08:19 +0200 Subject: [PATCH] Fix two cases of double closing tags for links on the frontpage This lead the beta1 news item to not show links for things that were supposed to be links. --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index fafdf862..655918bc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -83,11 +83,11 @@ and how you can contribute.

- PostgreSQL 12 will stop receiving fixes + PostgreSQL 12 will stop receiving fixes on November 14, 2024. If you are running PostgreSQL 12 in a production environment, we suggest that you make plans to upgrade to a newer, supported version of PostgreSQL. Please see our - versioning policy for more + versioning policy for more information.