]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: use span for text in Progress Bar - closes #10490
authorDaniel Ruf <daniel@daniel-ruf.de>
Sun, 25 Aug 2019 21:42:56 +0000 (23:42 +0200)
committerDaniel Ruf <daniel@daniel-ruf.de>
Sun, 25 Aug 2019 21:44:02 +0000 (23:44 +0200)
docs/pages/progress-bar.md

index 719273a9e317d3d6269fb110e98c251128a47a46..fdce7fb87af6a6266aa1ab7978605d94d38b6d02 100644 (file)
@@ -89,7 +89,7 @@ You can add text inside the meter of a progress bar. Make sure the text you use
 ```html_example
 <div class="progress" role="progressbar" tabindex="0" aria-valuenow="25" aria-valuemin="0" aria-valuetext="25 percent" aria-valuemax="100">
   <span class="progress-meter" style="width: 25%">
-    <p class="progress-meter-text">25%</p>
+    <span class="progress-meter-text">25%</span>
   </span>
 </div>
 ```