From c940a733593059d07c645a7a8c84c85aa52a0fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 29 Apr 2019 10:28:56 -0400 Subject: [PATCH] fix: #7539 --- public/src/modules/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/helpers.js b/public/src/modules/helpers.js index 4462971e00..0abd12bc1b 100644 --- a/public/src/modules/helpers.js +++ b/public/src/modules/helpers.js @@ -121,7 +121,7 @@ if (child && !child.isSection) { var link = child.link ? child.link : (relative_path + '/category/' + child.slug); html += '' + - '
' + + '' + '' + child.name + '';