1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/content/article_with_null_attributes.html
2013-03-06 00:41:27 -08:00

8 lines
167 B
HTML

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