Test Failed
Pull Request — master (#7)
by
unknown
02:52
created
bin/parse.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 (trim($lines[$x + 1]) != '|-') {
48 48
 					$x++;
49 49
 					if (trim(mb_substr($lines[$x], 1)) != '') {
50
-						$notes .= ($years != '' ? $years.' ' : '') . trim(mb_substr($lines[$x], 1));
50
+						$notes .= ($years != '' ? $years.' ' : '').trim(mb_substr($lines[$x], 1));
51 51
 					}
52 52
 				}
53 53
 			}
Please login to merge, or discard this patch.