diff --git a/public/src/modules/helpers.js b/public/src/modules/helpers.js index 07515b9834..d682faf947 100644 --- a/public/src/modules/helpers.js +++ b/public/src/modules/helpers.js @@ -127,11 +127,11 @@ category.children.forEach(function (child) { if (child && !child.isSection) { var link = child.link ? child.link : (relative_path + '/category/' + child.slug); - html += '' + - '' + - '' + - '' + - '' + child.name + ' '; + html += '' + + '
' + + '' + + '
' + + '' + child.name + '
'; } }); html = html ? ('' + html + '') : html;