Browse Source

put html ids on each package

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/head
falkTX 3 years ago
parent
commit
8760359478
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      repo/generate-repo-page.sh

+ 1
- 1
repo/generate-repo-page.sh View File

@@ -137,7 +137,7 @@ for PACKAGE in ${PACKAGES[@]}; do
PACKAGE_DESCRIPTION="carla windows bridge"
fi

echo "<div class=\"repository-package\">"
echo "<div class=\"repository-package\" id=\"${PACKAGE}\">"

# screenshot
SCREENSHOT=${PACKAGE}


Loading…
Cancel
Save