Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Error on navbar.html page #732

Closed
cofcoder opened this issue Feb 21, 2015 · 1 comment
Closed

Syntax Error on navbar.html page #732

cofcoder opened this issue Feb 21, 2015 · 1 comment

Comments

@cofcoder
Copy link

Syntax Error

Two i components for Mobile Collapse Button on navbar.html have an invalid syntax, both SASS links have an extra unnecessary closing i

  <nav>
    <div class="nav-wrapper">
      <div class="col s12">
        <a href="#!" class="brand-logo">Logo</a>
        <a href="#" data-activates="mobile-demo" class="button-collapse">
             <i class="mdi-navigation-menu"></i></a>
        <ul class="right hide-on-med-and-down">
          <li><a href="sass.html">Sass **</i>** </a></li>
          <li><a href="components.html">Components</a></li>
          <li><a href="javascript.html">Javascript</a></li>
          <li><a href="mobile.html">Mobile</a></li>
        </ul>
        <ul class="side-nav" id="mobile-demo">
          <li><a href="sass.html">Sass **</i>** </a></li>
          <li><a href="components.html">Components</a></li>
          <li><a href="javascript.html">Javascript</a></li>
          <li><a href="mobile.html">Mobile</a></li>
        </ul>
      </div>
    </div>
  </nav>

Just thought you should know.

@Dogfalo
Copy link
Owner

Dogfalo commented Feb 21, 2015

Duplicate of #731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants