From 5c63883062f4186d93ce0a8a476dbb8ebaf0731d Mon Sep 17 00:00:00 2001 From: Chris Rebert <github@rebertia.com> Date: Sun, 16 Jun 2013 21:40:50 -0600 Subject: [PATCH] components docs: backticks ==> <code> --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.html b/docs/components.html index bfb9a98bb3..b18fd2b64b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1415,7 +1415,7 @@ body { padding-bottom: 70px; } <h1>Breadcrumbs <small></small></h1> </div> <p class="lead">Indicate the current page's location within a navigational hierarchy.</p> - <p>Separators are automatically added in CSS through `:after` and `content`.</p> + <p>Separators are automatically added in CSS through <code>:after</code> and <code>content</code>.</p> <div class="bs-example"> <ul class="breadcrumb"> <li class="active">Home</li> -- GitLab