]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix <mark> raw source to match live example
authorChris Rebert <github@rebertia.com>
Mon, 17 Mar 2014 10:12:03 +0000 (03:12 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 17 Mar 2014 10:12:03 +0000 (03:12 -0700)
#12956 errata

docs/_includes/css/type.html

index 9c5aee200a488d971975455fa818d08102253a3e..80e30cd425b5118253490243871deecc19f16dbd 100644 (file)
     <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 %}