]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update css.html 8080/head
authorMladen Plavsic <mladen.plavsic@gmail.com>
Wed, 5 Jun 2013 10:59:13 +0000 (13:59 +0300)
committerMladen Plavsic <mladen.plavsic@gmail.com>
Wed, 5 Jun 2013 10:59:13 +0000 (13:59 +0300)
Missing word "in" in "Someone famous in Source Title"

docs/css.html

index 264d4c672c6f33988ae13f3deae917c7011dd888..2806d3e4a6a4ad67a21bd5f7f87502192c96cd59 100644 (file)
@@ -504,7 +504,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
 {% highlight html %}
 <blockquote>
   <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
-  <small>Someone famous <cite title="Source Title">Source Title</cite></small>
+  <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
 </blockquote>
 {% endhighlight %}