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

Incorrect code highlighted in http://book.discovermeteor.com/chapter/creating-posts/ #43

Closed
edelgado opened this issue Jun 28, 2013 · 1 comment

Comments

@edelgado
Copy link

In the code sample under Adding a Link to the Header, these lines are highlighted:

        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>

Yet, these lines should be highlighted:

        <ul class="nav">
          <li><a href="{{postSubmitPath}}">New</a></li>
        </ul>
        <ul class="nav pull-right">
          <li>{{loginButtons}}</li>
        </ul>

Thanks! 👍

@SachaG
Copy link
Member

SachaG commented Jul 3, 2013

Thanks, good catch!

@SachaG SachaG closed this as completed Jul 3, 2013
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