aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-03-17 03:12:03 -0700
committerChris Rebert <[email protected]>2014-03-17 03:12:03 -0700
commiteea9eabb83a54402f0219d799e2156525d3c7709 (patch)
tree7bbb078883a1458300db34d5c28985f3379a8611 /docs/_includes
parent4d859d177a30b3d6c01e77343118f6c0246cd290 (diff)
downloadbootstrap-eea9eabb83a54402f0219d799e2156525d3c7709.tar.xz
bootstrap-eea9eabb83a54402f0219d799e2156525d3c7709.zip
fix <mark> raw source to match live example
#12956 errata
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/css/type.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 9c5aee200..80e30cd42 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -112,7 +112,7 @@
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
</div>
{% highlight html %}
-<mark>This line of text is meant to be treated as deleted text.</mark>
+You can use the mark tag to <mark>highlight</mark> text.
{% endhighlight %}