pelican/tests/content/article_with_null_attributes.html
2013-02-10 11:02:52 -05:00

8 lines
167 B
HTML

<html>
<head>
</head>
<body>
Ensure that empty attributes are copied properly.
<input name="test" disabled style="" />
</body>
</html>