zachinglis/crummy

Empty attributes

statique opened this issue · 1 comments

The markup contains empty attribute values for :id and :class. These attributes should not be included if nil.

<ul class="breadcrumbs" id=""><li class=""><a href="/">Home</a></li></ul>

This has been fixed in v1.8.0 now.