aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md
index da847611f..4b4e75028 100644
--- a/docs/content/tables.md
+++ b/docs/content/tables.md
@@ -765,7 +765,7 @@ Responsive tables make use of `overflow-y: hidden`, which clips off any content
</div>
{% highlight html %}
-<table class="table table-responsive"">
+<table class="table table-responsive">
...
</table>
{% endhighlight %}