Completed
Push — master ( afe821...f218a1 )
by Yannick
06:12
created
statistics-sub-menu.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 		    </ul>
80 80
 		</li>
81 81
 		<?php
82
-		    if (isset($globalAccidents) && $globalAccidents) {
82
+			if (isset($globalAccidents) && $globalAccidents) {
83 83
 		?>
84 84
 		<li class="dropdown">
85 85
 		    <a class="dropdown-toggle <?php if(strtolower($current_page) == "statistics-fatalities-year" || strtolower($current_page) == "statistics-fatalities-month"){ print 'active'; } ?>" data-toggle="dropdown" href="#">
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 		    </ul>
92 92
 		</li>
93 93
 		<?php
94
-		    }
94
+			}
95 95
 		?>
96 96
 	</ul>
97 97
 </div>
98 98
\ No newline at end of file
Please login to merge, or discard this patch.