Closed martimatix closed 9 years ago
For the first of instance of client/templates/includes/header.html, the code that should be highlighted is:
client/templates/includes/header.html
<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">
Thanks :)
For the first of instance of
client/templates/includes/header.html
, the code that should be highlighted is:However, at present, the following code is highlighted: