diff --git a/lib/src/generator/templates.aot_renderers_for_html.dart b/lib/src/generator/templates.aot_renderers_for_html.dart index e5e9da080d..447b245ab2 100644 --- a/lib/src/generator/templates.aot_renderers_for_html.dart +++ b/lib/src/generator/templates.aot_renderers_for_html.dart @@ -1507,6 +1507,7 @@ String renderSidebarForContainer( buffer.write('''> '''); buffer.write(context7.linkedName); + buffer.write('\n '); if (context7.isProvidedByExtension) { var context8 = context7.enclosingExtension; buffer.writeln(); diff --git a/lib/templates/_sidebar_for_container.html b/lib/templates/_sidebar_for_container.html index a5bd8cb373..f446966b66 100644 --- a/lib/templates/_sidebar_for_container.html +++ b/lib/templates/_sidebar_for_container.html @@ -26,6 +26,9 @@ {{ #availableInstanceFieldsSorted }} {{{ linkedName }}} + {{!-- TODO(srawlins): Look into moving this block into a partial; + currently Mustachio cannot handle multiple partial calls to the + same partial with different types. --}} {{ #isProvidedByExtension }} {{ #enclosingExtension }}