Skip to content

Commit

Permalink
Merge pull request #91 from psychobunny/master
Browse files Browse the repository at this point in the history
fix: #90
  • Loading branch information
pichalite committed Jun 8, 2019
2 parents f3771e7 + a3a2cd4 commit cb30701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nodebb-theme-material",
"version": "2.12.8",
"version": "2.12.9",
"nbbpm": {
"compatibility": "^1.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/menu.tpl
Expand Up @@ -260,7 +260,7 @@
<li class="{navigation.class}">
<a class="navigation-link" href="{navigation.route}" title="{navigation.title}" <!-- IF navigation.id -->id="{navigation.id}"<!-- ENDIF navigation.id --><!-- IF navigation.properties.targetBlank --> target="_blank"<!-- ENDIF navigation.properties.targetBlank -->>
<!-- IF navigation.iconClass -->
<i class="fa fa-fw {navigation.iconClass}"></i>
<i class="fa fa-fw {navigation.iconClass}" data-content="{navigation.content}"></i>
<!-- ENDIF navigation.iconClass -->
<!-- IF navigation.text -->
{navigation.text}
Expand Down

0 comments on commit cb30701

Please sign in to comment.