public inbox for [email protected]
help / color / mirror / Atom feedFrom: Daniel Gustafsson <[email protected]>
To: PostgreSQL WWW <[email protected]>
Subject: Warning on snapshot downloads
Date: Tue, 2 Nov 2021 12:15:36 +0100
Message-ID: <[email protected]> (raw)
The non-production-use warning on /download/snapshots/ use the <font> tag which
is deprecated and no longer renders in for example Firefox. The attached diff
turns it over to use a <span> using styles from Bootstrap instead.
Unless there are objections I'll apply that.
--
Daniel Gustafsson https://vmware.com/
Attachments:
[application/octet-stream] snapshots_redtext.diff (719B, 2-snapshots_redtext.diff)
download | inline diff:
diff --git a/templates/pages/download/snapshots.html b/templates/pages/download/snapshots.html
index 55764f00..9b1fd38d 100644
--- a/templates/pages/download/snapshots.html
+++ b/templates/pages/download/snapshots.html
@@ -13,7 +13,7 @@ new major versions of PostgreSQL. They are not built continually.
Development snapshots are built from the latest source code and
beta/rc versions that the developers are working on.
These are 'bleeding edge' versions of PostgreSQL and
-<font color="red"><strong>should not be used in production systems</strong></font>
+<span class="text-danger font-weight-bold">should not be used in production systems</span>
as they have had little or no testing or quality control.
</p>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Warning on snapshot downloads
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox