File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9640,7 +9640,7 @@ String renderSidebarForLibrary<T extends _i17.Documentable>(
9640
9640
buffer.write ('''
9641
9641
<li class="section-title"><a href="''' );
9642
9642
buffer.write (context1.href.toString ());
9643
- buffer.write ('''#extension ">Extensions</a></li>''' );
9643
+ buffer.write ('''#extensions ">Extensions</a></li>''' );
9644
9644
var context4 = context1.publicExtensionsSorted;
9645
9645
if (context4 != null ) {
9646
9646
for (var context5 in context4) {
Original file line number Diff line number Diff line change 8
8
{{/hasPublicClasses}}
9
9
10
10
{{#hasPublicExtensions}}
11
- < li class ="section-title "> < a href ="{{{href}}}#extension "> Extensions</ a > </ li >
11
+ < li class ="section-title "> < a href ="{{{href}}}#extensions "> Extensions</ a > </ li >
12
12
{{#publicExtensionsSorted}}
13
13
< li > {{{ linkedName }}}</ li >
14
14
{{/publicExtensionsSorted}}
You can’t perform that action at this time.
0 commit comments