Skip to content

Commit 68cb7d8

Browse files
committed
remove border attribute for table tag
1 parent de15458 commit 68cb7d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/html.snippets

+3-3
Original file line numberDiff line numberDiff line change
@@ -749,15 +749,15 @@ snippet summary
749749
snippet sup
750750
<sup>${0}</sup>
751751
snippet table
752-
<table border="${1:0}">
752+
<table>
753753
${0}
754754
</table>
755755
snippet table.
756-
<table class="${1}" border="${2:0}">
756+
<table class="${1}">
757757
${0}
758758
</table>
759759
snippet table#
760-
<table id="${1}" border="${2:0}">
760+
<table id="${1}">
761761
${0}
762762
</table>
763763
snippet tbody

0 commit comments

Comments
 (0)