You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not append facet well into left-nav when there are no BGP triples
The ldh:RenderFacets named template was unconditionally appending a
div.well.well-small into div.left-nav even when the SPARQL query had no
qualifying BGP triples, causing an empty grey box to appear. The fix
moves bgp-triples-map computation before the guard and conditions the
append on exists($bgp-triples-map), leaving the server-rendered empty
div.left-nav unstyled when there are no facets to show.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments