@@ -211,7 +211,7 @@ |
||
211 | 211 | $e = (2 * $a + 4 * $b + 6 * $d + 5) % 7; |
212 | 212 | $f = intdiv($c + 11 * $d + 22 * $e, 451); |
213 | 213 | $iEasterMonth = 3; |
214 | - $iEasterSunday = 22 + $d + $e -7 * $f; |
|
214 | + $iEasterSunday = 22 + $d + $e - 7 * $f; |
|
215 | 215 | if ($iEasterSunday > 31) { |
216 | 216 | $iEasterSunday -= 31; |
217 | 217 | $iEasterMonth++; |