diff --git a/docs/base-css.html b/docs/base-css.html
index 7cf9f41b3f..d0fdbeb725 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -527,7 +527,7 @@ For example, <code><section></code> should be wrapped
Add any of the following classes to the .table base class.
.table-striped
-
Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).
+
Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-8).
@@ -2041,7 +2041,6 @@ For example, <code><section></code> should be wrapped
iOS devices require an href="#" for click events if you would rather use an anchor.
+
iOS devices require an href="#" for click events if you would rather use an anchor.
<a class="close" href="#">×</a>
Helper classes
diff --git a/docs/javascript.html b/docs/javascript.html
index a10360bf3d..9f574e4f33 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -161,7 +161,7 @@ $('#myModal').on('show', function (e) {
Transitions bootstrap-transition.js
About transitions
-
For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.
+
For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.
{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}
+
{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}
<a class="close" href="#">×</a>
{{_i}}Helper classes{{/i}}
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index de79776671..1873726217 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -90,7 +90,7 @@ $('#myModal').on('show', function (e) {
{{_i}}Transitions{{/i}} bootstrap-transition.js
{{_i}}About transitions{{/i}}
-
{{_i}}For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.{{/i}}
+
{{_i}}For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.{{/i}}
{{_i}}Use cases{{/i}}
{{_i}}A few examples of the transition plugin:{{/i}}