diff --git a/.gitignore b/.gitignore
index e53d270..103db32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,3 @@ resources/Azias/css/*.css
resources/Azias/css/*.map
resources/Azias/sass/**.css
resources/Azias/sass/**.map
-
diff --git a/403.php b/403.php
index 0eab7c2..c0d457e 100644
--- a/403.php
+++ b/403.php
@@ -22,7 +22,7 @@ include_once 'modals.php';
$debuggingText = "Referrer: " . (
array_key_exists('HTTP_REFERER', $_SERVER) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : "Not present in request !"
) . "
";
- $debuggingText .= "
TODO: Add more info once the cache if properly configured for 4xx errors !";
+ $debuggingText .= "
TODO: Add more info once the cache is properly configured for 4xx errors !";
add_code_modal(
"http-error",
localize('modal.title.debugging'),
diff --git a/404.php b/404.php
index 9b84d13..c53d6a4 100644
--- a/404.php
+++ b/404.php
@@ -22,7 +22,7 @@ include_once 'modals.php';
$debuggingText = "Referrer: " . (
array_key_exists('HTTP_REFERER', $_SERVER) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : "Not present in request !"
) . "
";
- $debuggingText .= "
TODO: Add more info once the cache if properly configured for 4xx errors !";
+ $debuggingText .= "
TODO: Add more info once the cache is properly configured for 4xx errors !";
add_code_modal(
"http-error",
localize('modal.title.debugging'),
diff --git a/index.php b/index.php
index 9c4c704..642392a 100644
--- a/index.php
+++ b/index.php
@@ -126,8 +126,15 @@ include_once 'langs.php';
">Project's page