aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-04 11:11:04 -0800
committerMark Otto <[email protected]>2013-02-04 11:11:04 -0800
commitdb8a78fae6aed5ecced5f20df65cea352af32bb9 (patch)
tree32c268faf85880518b22a28a0fc0dee00c871b03 /docs
parentd6048031edd5f931080cf792c283d0d669838825 (diff)
downloadbootstrap-db8a78fae6aed5ecced5f20df65cea352af32bb9.tar.xz
bootstrap-db8a78fae6aed5ecced5f20df65cea352af32bb9.zip
Fixes #6794: incorrect docs mention of th element
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html3
-rw-r--r--docs/templates/pages/base-css.mustache3
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, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
<code>&lt;th&gt;</code>
</td>
<td>
- Special table cell for column (or row, depending on scope and placement) labels<br>
- Must be used within a <code>&lt;thead&gt;</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>&lt;th&gt;</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>&lt;thead&gt;</code>{{/i}}
+ {{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}}
</td>
</tr>
<tr>