@@ -1163,7 +1163,7 @@ For example, <code>section</code> should be wrapped as inline.
- Option one is this and that—be sure to include why it’s great
+ Option one is this and that—be sure to include why it's great
@@ -1252,7 +1252,7 @@ For example, <code>section</code> should be wrapped as inline.
For anchors and forms
-
Button styles can be applied to anything with the .btn
applied. However, typically you’ll want to apply these to only <a>
and <button>
elements.
+
Button styles can be applied to anything with the .btn
applied. However, typically you'll want to apply these to only <a>
and <button>
elements.
Note: All buttons must include the .btn
class. Button styles should be applied to <button>
and <a>
elements for consistency.
diff --git a/docs/components.html b/docs/components.html
index 33601126dd..c40d55613f 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1295,25 +1295,25 @@
Wrap your message and an optional close icon in a div with simple class.
×
-
Warning! Best check yo self, you’re not looking too good.
+
Warning! Best check yo self, you're not looking too good.
<div class="alert">
<a class="close">×</a>
- <strong>Warning!</strong> Best check yo self, you’re not looking too good.
+ <strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>
Easily extend the standard alert message with two optional classes: .alert-block
for more padding and text controls and .alert-heading
for a matching heading.
×
Warning!
-
Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
+
Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="alert alert-block">
<a class="close">×</a>
<h4 class="alert-heading">Warning!</h4>
- Best check yo self, you’re not...
+ Best check yo self, you're not...
</div>
@@ -1349,7 +1349,7 @@
Information
×
-
Heads up! This alert needs your attention, but it’s not super important.
+
Heads up! This alert needs your attention, but it's not super important.
<div class="alert alert-info">
diff --git a/docs/javascript.html b/docs/javascript.html
index d74fc5234d..92e327d19f 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -910,7 +910,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
The alerts plugin works on regular alert messages, and block messages.
×
-
Holy guacamole! Best check yo self, you’re not looking too good.
+
Holy guacamole! Best check yo self, you're not looking too good.
@@ -1069,7 +1069,7 @@
- {{_i}}Option one is this and that—be sure to include why it’s great{{/i}}
+ {{_i}}Option one is this and that—be sure to include why it's great{{/i}}
@@ -1087,7 +1087,7 @@
- {{_i}}Option one is this and that—be sure to include why it’s great{{/i}}
+ {{_i}}Option one is this and that—be sure to include why it's great{{/i}}
@@ -1176,7 +1176,7 @@
{{_i}}For anchors and forms{{/i}}
-
{{_i}}Button styles can be applied to anything with the .btn
applied. However, typically you’ll want to apply these to only <a>
and <button>
elements.{{/i}}
+
{{_i}}Button styles can be applied to anything with the .btn
applied. However, typically you'll want to apply these to only <a>
and <button>
elements.{{/i}}
{{_i}}Note: All buttons must include the .btn
class. Button styles should be applied to <button>
and <a>
elements for consistency.{{/i}}
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index c78b94804c..d7b3efcaef 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1219,25 +1219,25 @@
{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}
×
-
{{_i}}Warning!{{/i}} {{_i}}Best check yo self, you’re not looking too good.{{/i}}
+
{{_i}}Warning!{{/i}} {{_i}}Best check yo self, you're not looking too good.{{/i}}
<div class="alert">
<a class="close">×</a>
- <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you’re not looking too good.{{/i}}
+ <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
</div>
{{_i}}Easily extend the standard alert message with two optional classes: .alert-block
for more padding and text controls and .alert-heading
for a matching heading.{{/i}}
×
{{_i}}Warning!{{/i}}
-
{{_i}}Best check yo self, you’re not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
+
{{_i}}Best check yo self, you're not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="alert alert-block">
<a class="close">×</a>
<h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4>
- {{_i}}Best check yo self, you’re not...{{/i}}
+ {{_i}}Best check yo self, you're not...{{/i}}
</div>
@@ -1273,7 +1273,7 @@
{{_i}}Information{{/i}}
×
-
{{_i}}Heads up!{{/i}} {{_i}}This alert needs your attention, but it’s not super important.{{/i}}
+
{{_i}}Heads up!{{/i}} {{_i}}This alert needs your attention, but it's not super important.{{/i}}
<div class="alert alert-info">
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 003a438699..aedd21f539 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -834,7 +834,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
{{_i}}The alerts plugin works on regular alert messages, and block messages.{{/i}}
×
-
{{_i}}Holy guacamole!{{/i}} {{_i}}Best check yo self, you’re not looking too good.{{/i}}
+
{{_i}}Holy guacamole!{{/i}} {{_i}}Best check yo self, you're not looking too good.{{/i}}
×
diff --git a/js/tests/unit/bootstrap-alert.js b/js/tests/unit/bootstrap-alert.js
index 8eecaff0d2..f961345c37 100644
--- a/js/tests/unit/bootstrap-alert.js
+++ b/js/tests/unit/bootstrap-alert.js
@@ -13,7 +13,7 @@ $(function () {
test("should fade element out on clicking .close", function () {
var alertHTML = '
'
+ '
× '
- + '
Holy guacamole! Best check yo self, you’re not looking too good.
'
+ + '
Holy guacamole! Best check yo self, you're not looking too good.
'
+ '
'
, alert = $(alertHTML).alert()
@@ -27,7 +27,7 @@ $(function () {
var alertHTML = '
'
+ '
× '
- + '
Holy guacamole! Best check yo self, you’re not looking too good.
'
+ + '
Holy guacamole! Best check yo self, you're not looking too good.
'
+ '
'
, alert = $(alertHTML).appendTo('#qunit-fixture').alert()