From c69b0c0356de17eb4bff83119559b53d0110d8fa Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Tue, 29 Oct 2019 08:28:21 +0100
Subject: [PATCH] cleanup

---
 index.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.php b/index.php
index 64f599e..35c61d1 100644
--- a/index.php
+++ b/index.php
@@ -7,13 +7,13 @@
     echo '<p>hello world from ' .$_ENV["HOSTNAME"] . '</p>';
     echo '<p>TEXT = ' .$_ENV["TEXT"] . '</p>';
     echo '<p>PASSWORD = ' .$_ENV["PASSWORD"] . '</p>';
-    echo '<p>'
+    echo '<p>';
     if (file_exists('/secretstore/filesecret')) {
       echo nl2br(file_get_contents( "/secretstore/filesecret" )); 
     } else {
-      echo "no additional secrets found!"
+      echo "no additional secrets found!";
     }
-    echo '</p>'
+    echo '</p>';
 ?>
  </body>
 </html>

--
Gitblit v1.9.3