Skip to content

Commit

Permalink
SAK-32012 missing closing quote (sakaiproject#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored Dec 14, 2016
1 parent 8c3780e commit c2f7f95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
#if (${page.current})

<li class="Mrphs-toolsNav__menuitem is-current">
<a class="Mrphs-toolsNav__menuitem--link #if(${page.hidden})is-invisible#end" href="${page.pageResetUrl} title="${page.pageTitle}" role="presentation">
<a class="Mrphs-toolsNav__menuitem--link #if(${page.hidden})is-invisible#end" href="${page.pageResetUrl}" title="${page.pageTitle}" role="presentation">
<span class="Mrphs-toolsNav__menuitem--icon ${page.menuClass} $!{page.menuClassOverride} icon-active"></span>
<span class="Mrphs-toolsNav__menuitem--title">${page.pageTitle}</span>
</a>
Expand Down

0 comments on commit c2f7f95

Please sign in to comment.