]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed typo on a closing tag 8964/head
authorFayne Aldan <FayneAldan@users.noreply.github.com>
Thu, 23 Jun 2016 23:20:02 +0000 (17:20 -0600)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2016 23:20:02 +0000 (17:20 -0600)
docs/pages/badge.md

index d5e2b8f431cbe2f81184f7e4da4bbfb1817197aa..0ed430cd4fd8a92d0934f0b20c84897bd59949d6 100644 (file)
@@ -18,7 +18,7 @@ A badge will typically be describing another element on the page. To bind the tw
 
 ```html
 <h1 aria-describedby="messageCount">Unread Messages</h1>
-<span class="badge" id="messageCount">1<span>
+<span class="badge" id="messageCount">1</span>
 ```
 
 Finally, the content itself might need more context for users that use screen readers. You can add extra text inside the badge using the `.show-for-sr` class.
@@ -50,4 +50,4 @@ An icon can be used in place of text. We're using the [Foundation icon font](htt
 <span class="info badge"><i class="fi-share"></i></span>
 <span class="success badge"><i class="fi-check"></i></span>
 <span class="warning badge"><i class="fi-wrench"></i></span>
-```
\ No newline at end of file
+```