diff --git a/core/page.class.php b/core/page.class.php
index 514a1cfd..2718fcd0 100644
--- a/core/page.class.php
+++ b/core/page.class.php
@@ -226,7 +226,7 @@ class Page {
 				break;
 			case "redirect":
 				header('Location: '.$this->redirect);
-				print 'You should be redirected to '.$this->redirect.'';
+				print 'You should be redirected to '.$this->redirect.'';
 				break;
 			default:
 				print "Invalid page mode";