]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removing unneeded "." from markup example. 8793/head
authorPhilip Meissner <phil@lou.pe>
Mon, 16 May 2016 11:21:15 +0000 (07:21 -0400)
committerPhilip Meissner <phil@lou.pe>
Mon, 16 May 2016 11:21:15 +0000 (07:21 -0400)
docs/pages/dropdown-menu.md

index f95c0d1088ce02869743c1e2daa6360f95017ac3..f7ad01d2580644ae1f09f8eb00aaafbf12220a3e 100644 (file)
@@ -161,7 +161,7 @@ Before the JavaScript on your page loads, the dropdown menus will not have arrow
 
 ```html
 <ul class="dropdown menu" data-dropdown-menu>
-  <li class=".is-dropdown-submenu-parent">
+  <li class="is-dropdown-submenu-parent">
     <a href="#">Item 1</a>
     <ul class="menu">
       <li><a href="#">Item 1A</a></li>
@@ -172,4 +172,4 @@ Before the JavaScript on your page loads, the dropdown menus will not have arrow
   <li><a href="#">Item 3</a></li>
   <li><a href="#">Item 4</a></li>
 </ul>
-```
\ No newline at end of file
+```