From ddffe769613dd94c7125e3a7a2546cc706f5e2b5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 7 Jul 2014 00:04:14 -0700 Subject: [PATCH] grammar fix; indicate that img[src] shouldn't actually be empty --- docs/_includes/components/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/components/navbar.html b/docs/_includes/components/navbar.html index 560eca8a70..7fa098c097 100644 --- a/docs/_includes/components/navbar.html +++ b/docs/_includes/components/navbar.html @@ -145,7 +145,7 @@ -

Replace the navbar brand with your own image by swapping the text for an <img>. Since the .navbar-brand has it's own padding and height, you may need to override some CSS depending on your image.

+

Replace the navbar brand with your own image by swapping the text for an <img>. Since the .navbar-brand has its own padding and height, you may need to override some CSS depending on your image.