Completed
Push — master ( 9f6ea8...49b22c )
by Basil
02:40
created
core/tag/tags/MailTag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,6 +70,6 @@
 block discarded – undo
70 70
             $output .= '&#'.ord($email[$i]).';';
71 71
         }
72 72
         
73
-	    return $output;
73
+        return $output;
74 74
     }
75 75
 }
Please login to merge, or discard this patch.