• 
      

    Get rid of XHTML tags in JS.

    Review Request #13458 — Created Dec. 20, 2023 and submitted

    Information

    Djblets
    release-4.x

    Reviewers

    We recently ran into a bug caused by XHTML style self-closing tags used
    from JS. While none of these actually caused problems, we did have
    several of them in the Djblets codebase. Our pages all claim to be HTML5
    now, so there's no reason to be using XHTML 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. While none of these actually caused problems, we did have several of them in the Djblets codebase. Our pages all claim to be HTML5 now, so there's no reason to be using XHTML style at all. Testing Done: Ran js-tests.
    3aedd4cce2ecec5889bf940a00c40de2f36796b5
    maubin
    1. Ship It!
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-4.x (6f0b588)