index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/gpg-keys.php | 2 |
diff --git a/buildmaster/gpg-keys.php b/buildmaster/gpg-keys.php index 8f3c44b..83ec71d 100644 --- a/buildmaster/gpg-keys.php +++ b/buildmaster/gpg-keys.php @@ -62,7 +62,7 @@ require_once BASE . "/lib/http.php"; while ($row = $result -> fetch_assoc()) { foreach ($row as $key => $value) { if ($value == "") { - $row[$key]=" "; + $row[$key] = " "; } } print " <tr>\n"; |