From: Mark Otto Date: Mon, 10 Dec 2012 18:55:42 +0000 (-0800) Subject: Escape HTML of section element X-Git-Tag: v2.3.0^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d985978a3a5b341911d23c3b7fcf83178ef8e34;p=thirdparty%2Fbootstrap.git Escape HTML of section element --- diff --git a/docs/base-css.html b/docs/base-css.html index 08de2aea07..d8f58daa42 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -450,7 +450,7 @@

Inline

Wrap inline snippets of code with <code>.

- For example, <section> should be wrapped as inline. + For example, &lt;section&gt; should be wrapped as inline.
 For example, <code><section></code> should be wrapped as inline.
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 6136d00952..e2695c9b10 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -387,7 +387,7 @@
           

Inline

Wrap inline snippets of code with <code>.

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