Replace <b> and <i> tags with <strong> and <em> respectively.
commitebfff4f2c547aed6badade0d60da513014f0952a
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 15 Apr 2018 19:01:46 +0000 (15 15:01 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 15 Apr 2018 19:01:46 +0000 (15 15:01 -0400)
treedf5aa85f1caed0d53f5e9d23815171ffce75de5a
parentefd5f71ebc259e75ff30d79fd52c0746cc0667b7
Replace <b> and <i> tags with <strong> and <em> respectively.

The semantics of <b> and <i> tags have changed as the web has
evolved. <b> is specified to only be used as a last resort
whereas <i> can be used for other purposes (e.g. rendering icons).
Bold and italic text should be rendered using <strong> and <em>
respectively.

This patch makes this replacement in all pages except for pages
that will be deprecrated soon and in the presskits.
40 files changed:
pgweb/search/views.py
templates/account/emailchangecompleted.html
templates/account/objectlist.html
templates/account/orglist.html
templates/account/userprofileform.html
templates/admin/base_site.html
templates/admin/change_form_pgweb.html
templates/docs/docspage.html
templates/downloads/mirrorselect.html
templates/downloads/productlist.html
templates/errors/csrf_failure.html
templates/events/archive.html
templates/events/item.html
templates/index.html
templates/misc/bug_header.html
templates/news/item.html
templates/news/newsarchive.html
templates/pages/about.html
templates/pages/about/advantages.html
templates/pages/about/awards.html
templates/pages/about/press/faq.html
templates/pages/developer/backend.html
templates/pages/developer/roadmap.html
templates/pages/developer/summerofcodeadvice.html
templates/pages/docs/books.html
templates/pages/download.html
templates/pages/download/linux.html
templates/pages/download/linux/debian.html
templates/pages/download/linux/linux_oneclick.inc
templates/pages/download/linux/linux_openscg.inc
templates/pages/download/linux/redhat.html
templates/pages/download/linux/suse.html
templates/pages/download/linux/ubuntu.html
templates/pages/download/snapshots.html
templates/pages/support/security/faq/2013-04-04.html
templates/profserv/list.html
templates/search/listsearch.html
templates/search/sitesearch.html
templates/support/versioning.html
templates/survey/results.html