diff --git a/docs/css.html b/docs/css.html index ddf4e08a78..25a8134fa5 100644 --- a/docs/css.html +++ b/docs/css.html @@ -588,7 +588,7 @@ 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

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 8f4342e26d..2481646a1a 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -528,7 +528,7 @@ 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