From 8c3d9f169b4789c1f6fa05b5761827d4ec8c242f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 15 Oct 2025 22:35:15 -0300 Subject: content: generateListingPageSameTargetListingsLine --- src/listing-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/listing-spec.js') diff --git a/src/listing-spec.js b/src/listing-spec.js index a47bd38c..a301845b 100644 --- a/src/listing-spec.js +++ b/src/listing-spec.js @@ -299,7 +299,7 @@ for (const [index, listing] of listingSpec.entries()) { errors.push(new AggregateError(suberrors, `Errors matching "see also" listings for ${listing.directory}`)); } } else { - listing.seeAlso = null; + listing.seeAlso = []; } } -- cgit 1.3.0-6-gf8a5