mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix null attributes in html parser
This commit is contained in:
parent
f3bc2ece86
commit
08439bdcf1
3 changed files with 22 additions and 1 deletions
8
tests/content/article_with_null_attributes.html
Normal file
8
tests/content/article_with_null_attributes.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
Ensure that empty attributes are copied properly.
|
||||
<input name="test" disabled style="" />
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue