Fix syntax errors
diff --git a/system/core/Security.php b/system/core/Security.php
index 40717c2..a753aa0 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -70,8 +70,8 @@
 		':'	=> ':',
 		'('	=> '(',
 		')'	=> ')',
-		'&newline;',	=> "\n",
-		'&tab;',	=> "\t"
+		'&newline;'	=> "\n",
+		'&tab;'		=> "\t"
 	);
 
 	/**