From: Erik van der Kolk Date: Sat, 18 Aug 2012 11:40:37 +0000 (+0200) Subject: Add to Supported table markup example X-Git-Tag: v2.1.0~2^2~29^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05571db10990ff66d312abc9cd25144dad36517d;p=thirdparty%2Fbootstrap.git Add to Supported table markup example --- diff --git a/docs/base-css.html b/docs/base-css.html index 3ea3bdce36..b24d3eea41 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -802,6 +802,7 @@ For example, <code>section</code> should be wrapped as inline.
 <table>
+  <caption>…</caption>
   <thead>
     <tr>
       <th>…</th>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 4cc21e9755..b6a88b8542 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -739,6 +739,7 @@
           
 
 <table>
+  <caption>…</caption>
   <thead>
     <tr>
       <th>…</th>