From 232c03dc2f076534633f4579b8becf88633d07e7 Mon Sep 17 00:00:00 2001 From: Mladen Plavsic <mladen.plavsic@gmail.com> Date: Wed, 5 Jun 2013 13:59:13 +0300 Subject: [PATCH] Update css.html Missing word "in" in "Someone famous in Source Title" --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css.html b/docs/css.html index 264d4c672c..2806d3e4a6 100644 --- a/docs/css.html +++ b/docs/css.html @@ -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 %} -- GitLab