1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/content/article_with_null_attributes.html

8 lines
167 B
HTML
Raw Normal View History

2013-02-10 11:02:52 -05:00
<html>
<head>
</head>
<body>
Ensure that empty attributes are copied properly.
<input name="test" disabled style="" />
</body>
</html>