]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/proofChecker/proofChecker.pl
...
[helm.git] / helm / proofChecker / proofChecker.pl
index 680d260d8e20ce4ce8df8ca198299cb5d301bed1..fde4b43eaf3fa924a626d98f3ecff4a2b7102ce2 100755 (executable)
@@ -48,9 +48,10 @@ while(true) {
 EOT
        while(chomp($_ = <PC_OUT>)) {
          last if ($_ eq "END");
-         print $c $_;
+         print $c $_."\n";
        }
        print $c <<EOT;
+<h1>Done.</h1>
 </body>
 </html>
 EOT