Replace deprecated <font> tag with a <span>

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
This commit is contained in:
Daniel Gustafsson
2021-11-03 11:48:02 +01:00
parent 7e6fbd836f
commit 4b9d241993

View 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 Development snapshots are built from the latest source code and
beta/rc versions that the developers are working on. beta/rc versions that the developers are working on.
These are 'bleeding edge' versions of PostgreSQL and 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. as they have had little or no testing or quality control.
</p> </p>