sysinfo fix table header

This commit is contained in:
creme 2020-01-19 13:19:10 +01:00
parent cb877d0116
commit 4a0395d9c2
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ print_category() {
fi
printf '<table id="table_pkg">\n'
printf '<tr> <th width="140px">Package</th> <th width="280px">Version</th> <th>Description</th></tr>\n'
printf '\t<tr> <th width="140px">Package</th> <th width="280px">Version</th> <th>Description</th></tr>\n'
if [ "$category" = 'services' ]; then
for pkg in "${arr[@]}"; do