diff --git a/site/docs/4.1/assets/js/src/application.js b/site/docs/4.1/assets/js/src/application.js index 7666da065d..6938b9ebe9 100644 --- a/site/docs/4.1/assets/js/src/application.js +++ b/site/docs/4.1/assets/js/src/application.js @@ -54,7 +54,7 @@ // Insert copy to clipboard button before .highlight $('figure.highlight, div.highlight').each(function () { - var btnHtml = '
' + var btnHtml = '
' $(this).before(btnHtml) $('.btn-clipboard') .tooltip() diff --git a/site/docs/4.1/components/modal.md b/site/docs/4.1/components/modal.md index 2da7d8f3c3..a29347b6f3 100644 --- a/site/docs/4.1/components/modal.md +++ b/site/docs/4.1/components/modal.md @@ -522,7 +522,7 @@ Our default modal without modifier class constitutes the "medium" size modal. {% highlight html %} - +