Skip to content

Commit 1b8f92f

Browse files
Fix indentation
1 parent cc6b8e2 commit 1b8f92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design-system-templates/components/table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</caption>
55
<thead>
66
<tr>
7-
<th scope="col">Column header 1</th>
7+
<th scope="col">Column header 1</th>
88
<th scope="col">Column header 2</th>
99
<th scope="col">Column header 3</th>
1010
</tr>

0 commit comments

Comments
 (0)