From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- vendor/twbs/bootstrap/site/_includes/callout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vendor/twbs/bootstrap/site/_includes/callout.html') diff --git a/vendor/twbs/bootstrap/site/_includes/callout.html b/vendor/twbs/bootstrap/site/_includes/callout.html index ff9450dc4..434d10e1e 100644 --- a/vendor/twbs/bootstrap/site/_includes/callout.html +++ b/vendor/twbs/bootstrap/site/_includes/callout.html @@ -1,7 +1,7 @@ {%- comment -%} -Usage: {% include callout.html content=callout type="type" %}, -where content is a capture with the content -and type is one of: info (default), danger, warning + Usage: include callout.html content=callout type="type", + where content is a capture with the content + and type is one of: info (default), danger, warning {%- endcomment -%} {%- assign css_class = include.type | default: "info" -%}
-- cgit v1.2.3