aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php/pgp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/pgp.php b/php/pgp.php
index 1abe6f0..cd7c255 100644
--- a/php/pgp.php
+++ b/php/pgp.php
@@ -57,7 +57,7 @@ if (isset($result)) {
} else {
echo "<textarea readonly rows=\"25\" cols=\"80\">\n$result\n</textarea>";
}
-} else echo "Unset";
+}
?>
</main>
</body>