Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-19 10:31:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-18 11:27:47 +0300
commit26897b919b26e1b071b5c73b8e1740d36c5be7c6 (patch)
tree9cbe38de79b41e9eff6cc44e39901d30e4f25b4d /docs/customize.html
parentc95fa8114d844cc11f91d234962ea6948ee4c77e (diff)
Specify rel="noopener" for external links.
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize.html b/docs/customize.html
index 5913c3b45b..7380a1eafb 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -357,7 +357,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
<div class="bs-callout bs-callout-danger">
<h4>jQuery required</h4>
- <p>All plugins require the latest version of <a href="https://jquery.com/" target="_blank">jQuery</a> to be included.</p>
+ <p>All plugins require the latest version of <a href="https://jquery.com/" rel="noopener" target="_blank">jQuery</a> to be included.</p>
</div>
</div>