Completed
Push — master ( ce4bf1...8ae0f7 )
by Yannick
07:55
created
location-data.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,9 +46,9 @@
 block discarded – undo
46 46
 print '</div>';
47 47
 
48 48
 if ($spotter_item['description'] != '') {
49
-    print '<div class="notamtext"><span>'._("Info").'</span>';
50
-    print $spotter_item['description'];
51
-    print '</div>';
49
+	print '<div class="notamtext"><span>'._("Info").'</span>';
50
+	print $spotter_item['description'];
51
+	print '</div>';
52 52
 }
53 53
 
54 54
 print '</div>';
Please login to merge, or discard this patch.