diff --git a/src/public/app/services/tree.js b/src/public/app/services/tree.js index a721b76e7..341f81857 100644 --- a/src/public/app/services/tree.js +++ b/src/public/app/services/tree.js @@ -281,11 +281,11 @@ async function getNoteTitleWithPathAsSuffix(notePath) { $notePath.append($(``).text(path[segmentIndex])); if (segmentIndex < path.length - 1) { - $notePath.append($(``).text(" / ")); + $notePath.append($(``).text(" / ")); } } - $notePath.append($(`))`)); + $notePath.append($(`))`)); $titleWithPath.append($notePath); }