Replace deprecated <font> tag with a <span>
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 3 Nov 2021 10:48:02 +0000 (11:48 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Wed, 3 Nov 2021 10:48:02 +0000 (11:48 +0100)
The <font> tag has been deprecated and is no longer rendering in
modern versions of popular browers.  Replace with a <span> using
CSS from Bootstrap to accomplish the same thing.

Reviewed-by: Jonathan Katz <jkatz@postgresql.org>
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Discussion: https://postgr.es/m/35773332-247E-45D1-9CFA-7CB72837CEDE@yesql.se

templates/pages/download/snapshots.html

index 55764f008a48cf0d4a2a03a8892a77417599474d..9b1fd38d7c49ea58219f107e13842ba4574dc25f 100644 (file)
@@ -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>