From bd337bbbfd81f4bc2e0a5e52977e24ff68554c89 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Fri, 7 Jun 2019 10:04:52 -0400 Subject: [PATCH 1/2] fix: #90 --- templates/partials/menu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 5ccd92b..54cedee 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -260,7 +260,7 @@
  • id="{navigation.id}" target="_blank"> - + {navigation.text} From a3a2cd4671d16c84874bcef76fd881b33db07e25 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Fri, 7 Jun 2019 10:05:01 -0400 Subject: [PATCH 2/2] 2.12.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbe7a74..5e3ac81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-material", - "version": "2.12.8", + "version": "2.12.9", "nbbpm": { "compatibility": "^1.12.0" },