1
0
mirror of https://git.envs.net/envs/ops.git synced 2024-06-19 07:07:06 +00:00

some small html

This commit is contained in:
creme 2020-01-19 19:36:35 +01:00
parent 1f38af2f80
commit 7146fb89e0
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0

View File

@ -278,7 +278,7 @@ print_category() {
printf '<details><summary class="menu" id="%s"><strong>&#35; %s</strong></summary>\n' "$category" "${category//_/ }" printf '<details><summary class="menu" id="%s"><strong>&#35; %s</strong></summary>\n' "$category" "${category//_/ }"
fi fi
printf '<table id="table_pkg">\n' printf '<table class="table_pkg">\n'
printf '\t<tr> <th class="tw140">Package</th> <th class="tw280">Version</th> <th>Description</th> </tr>\n' printf '\t<tr> <th class="tw140">Package</th> <th class="tw280">Version</th> <th>Description</th> </tr>\n'
if [ "$category" = 'services' ]; then if [ "$category" = 'services' ]; then