diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 3ea3bdce3..b24d3eea4 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> <pre class="prettyprint linenums"> <table> + <caption>…</caption> <thead> <tr> <th>…</th> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4cc21e975..b6a88b854 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -739,6 +739,7 @@ </table> <pre class="prettyprint linenums"> <table> + <caption>…</caption> <thead> <tr> <th>…</th> |
