Skip to content

Commit 7f2e961

Browse files
authored
docs: Remove wbr tags inserted by Typedoc (#2117)
1 parent e010f29 commit 7f2e961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docgen/theme/partials/navigation.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{{#if isVisible}}
22
{{#if isLabel}}
33
<li class="label {{cssClasses}}">
4-
<span>{{{wbr title}}}</span>
4+
<span>{{{title}}}</span>
55
</li>
66
{{else}}
77
{{#unless isGlobals}}
88
<li class="{{#if isInPath}}current{{/if}} {{cssClasses}}">
9-
<a href="{{relativeURL url}}">{{{wbr title}}}</a>
9+
<a href="{{relativeURL url}}">{{{title}}}</a>
1010
{{#if isInPath}}
1111
{{#if children}}
1212
<ul>

0 commit comments

Comments
 (0)