mirror of https://github.com/twbs/bootstrap.git
Fixes #6794: incorrect docs mention of th element
This commit is contained in:
parent
d6048031ed
commit
db8a78fae6
|
@ -857,8 +857,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
|||
<code><th></code>
|
||||
</td>
|
||||
<td>
|
||||
Special table cell for column (or row, depending on scope and placement) labels<br>
|
||||
Must be used within a <code><thead></code>
|
||||
Special table cell for column (or row, depending on scope and placement) labels
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -794,8 +794,7 @@
|
|||
<code><th></code>
|
||||
</td>
|
||||
<td>
|
||||
{{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}}<br>
|
||||
{{_i}}Must be used within a <code><thead></code>{{/i}}
|
||||
{{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue