mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
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.
This commit is contained in:
@ -83,11 +83,11 @@
|
||||
and how you can contribute.
|
||||
</p>
|
||||
<p>
|
||||
PostgreSQL 12 will <a href="/support/versioning/"></a>stop receiving fixes</a>
|
||||
PostgreSQL 12 will <a href="/support/versioning/">stop receiving fixes</a>
|
||||
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
|
||||
<a href="/support/versioning/"></a>versioning policy</a> for more
|
||||
<a href="/support/versioning/">versioning policy</a> for more
|
||||
information.
|
||||
</p>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user