From: Chris Rebert Date: Fri, 4 Apr 2014 17:25:22 +0000 (-0700) Subject: fix grammar in "Underlined text" example X-Git-Tag: v3.2.0~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56026d489fb8db66c2db6aa0d222f1a3fa9261f;p=thirdparty%2Fbootstrap.git fix grammar in "Underlined text" example --- diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 2ea0465199..da81d7414a 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -146,10 +146,10 @@ You can use the mark tag to highlight text.

Underlined text

To underline text use the <u> tag.

-

This line of text is will render as underlined

+

This line of text will render as underlined

{% highlight html %} -This line of text is will render as underlined +This line of text will render as underlined {% endhighlight %}

Make use of HTML's default emphasis tags with lightweight styles.