Passed
Push — master ( 6b7476...095fed )
by Cody
03:39
created
include/controls.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
264 264
  */
265 265
 function javascript_tag($filename)
266 266
 {
267
-	user_error(__FUNCTION__.' is deprecated', E_USER_DEPRECATED);
267
+    user_error(__FUNCTION__.' is deprecated', E_USER_DEPRECATED);
268 268
 }
269 269
 
270 270
 function format_warning($msg, $id = "") {
Please login to merge, or discard this patch.