diff options
| author | Mark Otto <[email protected]> | 2013-02-04 11:11:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-04 11:11:04 -0800 |
| commit | db8a78fae6aed5ecced5f20df65cea352af32bb9 (patch) | |
| tree | 32c268faf85880518b22a28a0fc0dee00c871b03 /docs | |
| parent | d6048031edd5f931080cf792c283d0d669838825 (diff) | |
| download | bootstrap-db8a78fae6aed5ecced5f20df65cea352af32bb9.tar.xz bootstrap-db8a78fae6aed5ecced5f20df65cea352af32bb9.zip | |
Fixes #6794: incorrect docs mention of th element
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 3 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index abc5a3a6e..a9943ff96 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index a544d319d..9a051d4be 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -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> |
