From a2332b47c373b96ccfb37b70f2d66e48dd07eb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Wed, 2 Oct 2024 15:59:45 +0200 Subject: [PATCH] Update update-index.sh --- _devportal/scripts/update-index.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_devportal/scripts/update-index.sh b/_devportal/scripts/update-index.sh index 48ceb9bfc..3a21f9f24 100755 --- a/_devportal/scripts/update-index.sh +++ b/_devportal/scripts/update-index.sh @@ -42,9 +42,9 @@ for file in "$SRC_DIR"/arc-*.md; do # Prepare the formatted output for each ARC in an HTML row, adding / to hrefs and keeping ARC number as-is elsewhere arc_output=" - $arc - $title - $description + $arc + $title + $description " # Group the ARCs by status