X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/96707e02b8b24054e0827eaf169cc88504a1e78c..8f9b280df27619ef638afe78a749c5b613ed0f42:/tos.php?ds=sidebyside

diff --git a/tos.php b/tos.php
index 826358d..313f0da 100644
--- a/tos.php
+++ b/tos.php
@@ -32,7 +32,6 @@ if (is_readable(JIRAFEAU_ROOT . 'lib/tos.local.txt')) {
 // Replace markers and print ToS
 require(JIRAFEAU_ROOT . 'lib/template/header.php');
 
-echo '<h2>Terms of Service</h2>';
 echo '<div>' . jirafeau_replace_markers($content, true) . '</div>';
 
 require(JIRAFEAU_ROOT . 'lib/template/footer.php');