]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #6794: incorrect docs mention of th element
authorMark Otto <otto@github.com>
Mon, 4 Feb 2013 19:11:04 +0000 (11:11 -0800)
committerMark Otto <otto@github.com>
Mon, 4 Feb 2013 19:11:04 +0000 (11:11 -0800)
docs/base-css.html
docs/templates/pages/base-css.mustache

index abc5a3a6e87be088685c4e8327e13b6b6f75779b..a9943ff96c5cab789a9cb4998b637af4a57506a7 100644 (file)
@@ -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>
index a544d319d8351bcba4bd6d54d3e0c74b727cef0c..9a051d4be15bae95f49e7d1903147998334787ac 100644 (file)
                   <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>