From b6575cc72e144378dd2c1d4e6f23ac80a167c195 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Dec 2012 13:41:08 -0800 Subject: fix up code snippet --- docs/base-css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index d8f58daa4..7cf9f41b3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -450,10 +450,10 @@

Inline

Wrap inline snippets of code with <code>.

- For example, &lt;section&gt; should be wrapped as inline. + For example, <section> should be wrapped as inline.
-For example, <code><section></code> should be wrapped as inline.
+For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 

Basic block

-- cgit v1.2.3