Skip to content

Commit

Permalink
Update grails-app/views/layouts/_navigation.gsp
Browse files Browse the repository at this point in the history
fix html
  • Loading branch information
mauk81 committed Jan 18, 2013
1 parent 06617ba commit 8a7899c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grails-app/views/layouts/_navigation.gsp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<g:link uri="/"><g:message code="layout.nav.home"/></g:link> <g:link uri="/"><g:message code="layout.nav.home"/></g:link>
</li> </li>
<li class="learn${(controllerName in ['learn', 'tutorial', 'screencast']) ? ' active' : ''}"> <li class="learn${(controllerName in ['learn', 'tutorial', 'screencast']) ? ' active' : ''}">
</a>
<g:link uri="/learn"> <g:link uri="/learn">
<g:message code="layout.nav.learn"/> <g:message code="layout.nav.learn"/>
</g:link> </g:link>
Expand Down

0 comments on commit 8a7899c

Please sign in to comment.