Completed
Push — master ( 7ea7b3...88f800 )
by smiley
01:49
created
public/qrcode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 		if(preg_match('/[a-f\d]{6}/i', $v) === 1){
48 48
 			return in_array($_POST['output_type'], ['png', 'jpg', 'gif'])
49 49
 				? array_map('hexdec', str_split($v, 2))
50
-				: '#'.$v ;
50
+				: '#'.$v;
51 51
 		}
52 52
 		return null;
53 53
 	}, $moduleValues);
Please login to merge, or discard this patch.