mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user