Browse Source
When sanitizing an attribute with an implied value such as "compact" or "checked", add the required space at the end to avoid mashing up against any other attribute that might be present. For example, <ol compact start=10> now becomes the correct: <ol compact="compact" start="10"> rather than the previously incorrect: <ol compact="compact"start="10"> Signed-off-by: Kyle J. McKay <mackyle@gmail.com>master
Kyle J. McKay
4 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue