Update GPG key for signing flatpaks.
[pspp] / results2html
index 1e8ea802226110c44f73f6b883ddd2b288e2bbdd..b330c871abbdae8a74df08a6fa36cb5d52eb6c3b 100755 (executable)
@@ -80,7 +80,7 @@ while (<LOG>) {
            $p{HREF} = $href;
            $p{LN} = $ln;
            push (@products, \%p);
-           push (@{$steps[$#steps]{CHILDREN}}, \%p);
+           push (@{$steps[$#steps]{CHILDREN}}, \%p) if @steps;
 
            if (defined ($name) && $name eq 'source distribution') {
                open (DIST, '-|', "zcat $product | tar tf -");
@@ -151,6 +151,7 @@ open (INDEX, '>','index.html');
 print INDEX <<EOF;
 <html>
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="stylesheet" href="build.css">
 </head>
 <body>