diff --git a/forgotpass.php b/forgotpass.php
index 4d74a40..c3e09bd 100644
--- a/forgotpass.php
+++ b/forgotpass.php
@@ -60,7 +60,7 @@ loginpagefoo script';
mail($mailrcpt, $mailsubject, $text, $from);
- echo "Link send. Going back to login page. ";
+ echo 'Link send. Going back to login page. ';
$showForm = false;
}
}