diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/table-content.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/partials/table-content.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/table-content.html b/vendor/twbs/bootstrap/site/layouts/partials/table-content.html index 71fca1d48..cee54c6d3 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/table-content.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/table-content.html @@ -21,7 +21,8 @@ </tr> <tr> <th scope="row">3</th> - <td colspan="2">Larry the Bird</td> - <td>@twitter</td> + <td>John</td> + <td>Doe</td> + <td>@social</td> </tr> </tbody> |