DiscoverMeteor / book

17 stars 0 forks source link

Chapter 7 - Creating Posts - New code highlighting #429

Closed martimatix closed 9 years ago

martimatix commented 9 years ago

For the first of instance of client/templates/includes/header.html, the code that should be highlighted is:

<ul class="nav navbar-nav">
  <li><a href="{{pathFor 'postSubmit'}}">Submit Post</a></li>
</ul>

However, at present, the following code is highlighted:

  <li><a href="{{pathFor 'postSubmit'}}">Submit Post</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
SachaG commented 9 years ago

Thanks :)