Skip to content

Commit

Permalink
Remove slashes from void elements
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers authored Oct 11, 2023
1 parent 74d36c9 commit 0606ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions live-examples/html-examples/table-content/col.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Superheros and sidekicks
</caption>
<colgroup>
<col />
<col span="2" class="batman" />
<col span="2" class="flash" />
<col>
<col span="2" class="batman">
<col span="2" class="flash">
</colgroup>
<tr>
<td></td>
Expand Down

0 comments on commit 0606ae6

Please sign in to comment.