Completed
Pull Request — master (#926)
by Mark
13:47
created
app/Module/GoogleMapsModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2468,7 +2468,7 @@
 block discarded – undo
2468 2468
 			echo '<td class="facts_label">';
2469 2469
 			if ($key == 0) {
2470 2470
 				$key_mark = 0;
2471
-			} elseif ($gmark['place'] == $gmarks[$key-1]['place']) {
2471
+			} elseif ($gmark['place'] == $gmarks[$key - 1]['place']) {
2472 2472
 				$key_mark = $key_mark;
2473 2473
 			} else {
2474 2474
 				$key_mark++;
Please login to merge, or discard this patch.