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
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ print_category() {
printf '<details><summary class="menu" id="%s"><strong>&#35; %s</strong></summary>\n' "$category" "${category//_/ }"
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'
if [ "$category" = 'services' ]; then