public inbox for [email protected]
help / color / mirror / Atom feedWarning on snapshot downloads
3+ messages / 3 participants
[nested] [flat]
* Warning on snapshot downloads
@ 2021-11-02 11:15 Daniel Gustafsson <[email protected]>
2021-11-02 15:34 ` Re: Warning on snapshot downloads Jonathan S. Katz <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Gustafsson @ 2021-11-02 11:15 UTC (permalink / raw)
To: PostgreSQL WWW <[email protected]>
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>
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Warning on snapshot downloads
2021-11-02 11:15 Warning on snapshot downloads Daniel Gustafsson <[email protected]>
@ 2021-11-02 15:34 ` Jonathan S. Katz <[email protected]>
2021-11-02 17:02 ` Re: Warning on snapshot downloads Magnus Hagander <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan S. Katz @ 2021-11-02 15:34 UTC (permalink / raw)
To: Daniel Gustafsson <[email protected]>; PostgreSQL WWW <[email protected]>
On 11/2/21 7:15 AM, Daniel Gustafsson wrote:
> 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.
No objections.
Jonathan
Attachments:
[application/pgp-signature] OpenPGP_signature (840B, 2-OpenPGP_signature)
download
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Warning on snapshot downloads
2021-11-02 11:15 Warning on snapshot downloads Daniel Gustafsson <[email protected]>
2021-11-02 15:34 ` Re: Warning on snapshot downloads Jonathan S. Katz <[email protected]>
@ 2021-11-02 17:02 ` Magnus Hagander <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Magnus Hagander @ 2021-11-02 17:02 UTC (permalink / raw)
To: Jonathan S. Katz <[email protected]>; +Cc: Daniel Gustafsson <[email protected]>; PostgreSQL WWW <[email protected]>
On Tue, Nov 2, 2021 at 4:35 PM Jonathan S. Katz <[email protected]>
wrote:
> On 11/2/21 7:15 AM, Daniel Gustafsson wrote:
> > 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.
>
> No objections.
>
+1
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/;
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2021-11-02 17:02 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 11:15 Warning on snapshot downloads Daniel Gustafsson <[email protected]>
2021-11-02 15:34 ` Jonathan S. Katz <[email protected]>
2021-11-02 17:02 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox