After gulp build the column changes location
You have wrong syntax in HTML. Take a look at line 120, where you find <!--</div>-->
that leaves a div
element unclosed within td
.
Then you have a </div>
closer to line 198, and the same as table
, between the last tr
and </tbody>
. This is invalid syntax.