diff --git a/app/src/protyle/breadcrumb/index.ts b/app/src/protyle/breadcrumb/index.ts index 0c09d37b7..1d009220e 100644 --- a/app/src/protyle/breadcrumb/index.ts +++ b/app/src/protyle/breadcrumb/index.ts @@ -423,11 +423,11 @@ export class Breadcrumb { isCurrent = true; } if (index === 0 && !protyle.options.render.breadcrumbDocName) { - html += ` + html += ` `; } else { - html += ` + html += ` ${item.name} `;