X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/719b7e58a95d36a081e4cf7ee2028e0d0e95408e..20d53bc08ea0d2ca737ed31fd3626ce7dd645cfe:/lib/template/footer.php?ds=inline

diff --git a/lib/template/footer.php b/lib/template/footer.php
index c910e71..f33373f 100644
--- a/lib/template/footer.php
+++ b/lib/template/footer.php
@@ -9,10 +9,9 @@
         ?>
         <!-- Installation dependend links -->
         <?php
-        if (true == $cfg['installation_done'])
-        {
-          echo ' | ';
-          echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
+        if (false === empty($cfg['installation_done'])) {
+            echo ' <span>|</span> ';
+            echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>