Completed
Pull Request — master (#930)
by Mark
12:26
created
app/Module/GoogleMapsModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2472,7 +2472,7 @@
 block discarded – undo
2472 2472
 		foreach ($gmarks as $key => $gmark) {
2473 2473
 			echo '<tr>';
2474 2474
 			echo '<td class="facts_label">';
2475
-			echo '<a href="#" onclick="return myclick(\'', Filter::escapeHtml((string)array_search($gmark['place'], $gunique)), '\')">', $gmark['fact_label'], '</a></td>';
2475
+			echo '<a href="#" onclick="return myclick(\'', Filter::escapeHtml((string) array_search($gmark['place'], $gunique)), '\')">', $gmark['fact_label'], '</a></td>';
2476 2476
 			echo '<td class="', $gmark['class'], '" style="white-space: normal">';
2477 2477
 			if ($gmark['info']) {
2478 2478
 				echo '<span class="field">', Filter::escapeHtml($gmark['info']), '</span><br>';
Please login to merge, or discard this patch.