diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html b/vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html index 40b9b8ce5..42a18d578 100644 --- a/vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html +++ b/vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html @@ -1,6 +1,5 @@ {{- /* - Usage: `bs-table "class class-foo"`, - where class can be anything + Usage: `bs-table "class class-foo"`, where class can be any string */ -}} {{- $css_class := .Get 0 | default "table" -}} |