0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add <caption> to Supported table markup example

This commit is contained in:
Erik van der Kolk 2012-08-18 13:40:37 +02:00
parent 1ae194597c
commit 05571db109
2 changed files with 2 additions and 0 deletions

View File

@ -802,6 +802,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</table>
<pre class="prettyprint linenums">
&lt;table&gt;
&lt;caption&gt;&lt;/caption&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;

View File

@ -739,6 +739,7 @@
</table>
<pre class="prettyprint linenums">
&lt;table&gt;
&lt;caption&gt;…&lt;/caption&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;…&lt;/th&gt;