diff --git a/src/public/app/services/tree.js b/src/public/app/services/tree.js index 341f81857..2726036b9 100644 --- a/src/public/app/services/tree.js +++ b/src/public/app/services/tree.js @@ -275,7 +275,7 @@ async function getNoteTitleWithPathAsSuffix(notePath) { if (path.length > 0) { const $notePath = $(''); - $notePath.append($(`()`)); + $notePath.append($(` ()`)); for (let segmentIndex = 0; segmentIndex < path.length; segmentIndex++) { $notePath.append($(``).text(path[segmentIndex]));