This website works better with JavaScript.
Home
Help
Sign In
KXStudio
/
Website
mirror of
https://github.com/KXStudio/Website
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
put html ids on each package
Signed-off-by: falkTX <falktx@falktx.com>
pull/19/head
falkTX
3 years ago
parent
6ea2945358
commit
8760359478
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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}
Write
Preview
Loading…
Cancel
Save