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>(
96409640 buffer.write ('''
96419641 <li class="section-title"><a href="''' );
96429642 buffer.write (context1.href.toString ());
9643- buffer.write ('''#extension ">Extensions</a></li>''' );
9643+ buffer.write ('''#extensions ">Extensions</a></li>''' );
96449644 var context4 = context1.publicExtensionsSorted;
96459645 if (context4 != null ) {
96469646 for (var context5 in context4) {
Original file line number Diff line number Diff line change 88 {{/hasPublicClasses}}
99
1010 {{#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 >
1212 {{#publicExtensionsSorted}}
1313 < li > {{{ linkedName }}}</ li >
1414 {{/publicExtensionsSorted}}
You can’t perform that action at this time.
0 commit comments