Problem/Motivation
To pass the W3C validation, is needed to correct the trailing slash on void elements like img and input
Steps to reproduce
Use the https://validator.w3.org/nu tool
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | w3c_validation-3363735-8.patch | 672 bytes | anton4uk |
Issue fork radix-3363735
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
frouco commentedChanges done and ready to review
Comment #6
doxigo commentedGreat work, merged. Thanks
Comment #8
anton4uk commentedI have prepared the path for version 6.
Comment #9
doxigo commentedComment #11
danchadwick commentedThx for the patch. I searched the codebase and found a couple others. There is also one in a regex expression in progress.js, but since that is looking for HTML generated elsewhere, I left it as is.