mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: #7539
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
if (child && !child.isSection) {
|
if (child && !child.isSection) {
|
||||||
var link = child.link ? child.link : (relative_path + '/category/' + child.slug);
|
var link = child.link ? child.link : (relative_path + '/category/' + child.slug);
|
||||||
html += '<span class="category-children-item pull-left">' +
|
html += '<span class="category-children-item pull-left">' +
|
||||||
'<div class="icon pull-left" style="' + generateCategoryBackground(child) + '">' +
|
'<div role="presentation" class="icon pull-left" style="' + generateCategoryBackground(child) + '">' +
|
||||||
'<i class="fa fa-fw ' + child.icon + '"></i>' +
|
'<i class="fa fa-fw ' + child.icon + '"></i>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<a href="' + link + '"><small>' + child.name + '</small></a></span>';
|
'<a href="' + link + '"><small>' + child.name + '</small></a></span>';
|
||||||
|
|||||||
Reference in New Issue
Block a user