Closed mrhanlon closed 9 years ago
It looks like #6 may have introduced a regression bug with nested tags on the same line. See the following examples:
</a>
</i>
<a class="navbar-brand" href="#"><i class="fa fa-home"></a>
<a><i class="fa fa-home"></i>
<a class="navbar-brand" href="#"> <i class="fa fa-home"></i>
It looks like #6 may have introduced a regression bug with nested tags on the same line. See the following examples:
</a>
instead of</i>
</i>
</i>