Get rid of XHTML tags in JS.

Review Request #13459 — Created Dec. 21, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

We recently ran into a bug caused by XHTML style self-closing tags used
from JS. Only one of the ones in this change could actually cause a bug,
but since all our pages claim to be HTML5 now, there's no reason to be
using this style at all.

Ran js-tests.

reviewboard/static/rb/js/utils/apiUtils.es6.js
reviewboard/static/rb/js/views/abstractCommentBlockView.es6.js
reviewboard/static/rb/js/views/draftReviewBannerView.es6.js
reviewboard/static/rb/js/views/dummyReviewableView.es6.js
reviewboard/static/rb/js/views/headerView.es6.js
reviewboard/static/rb/js/views/imageReviewableView.es6.js
reviewboard/static/rb/js/views/regionCommentBlockView.es6.js
reviewboard/static/rb/js/views/revisionSelectorView.es6.js
reviewboard/static/rb/js/views/updateDiffView.es6.js
reviewboard/static/rb/js/views/uploadAttachmentView.es6.js
reviewboard/static/rb/js/views/tests/collectionViewTests.es6.js
reviewboard/static/rb/js/views/tests/diffFragmentQueueViewTests.es6.js
reviewboard/static/rb/js/views/tests/draftReviewBannerViewTests.es6.js
This diff has been split across 3 pages: < 1 2 3
Loading...