Get rid of XHTML tags in JS.

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

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.

Summary ID
Get rid of XHTML tags in JS.
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. Testing Done: Ran js-tests.
82e03a8787fd6d564430ee6c69295067ea7eaf49
Description From Last Updated

These should really be <%-. Maybe worth doing as a separate change, but we should fix this.

chipx86chipx86
maubin
  1. Ship It!
  2. 
      
chipx86
  1. 
      
  2. Show all issues

    These should really be <%-. Maybe worth doing as a separate change, but we should fix this.

  3. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (20d3193)
Loading...