Completed
Push — master ( 5393b5...235efc )
by Yannick
29:44
created
statistics.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -267,16 +267,16 @@  discard block
 block discarded – undo
267 267
                 <div class="more">
268 268
             	    <?php
269 269
             	    
270
-            		if ($year != '' && $month != '') {
271
-            	    ?>
270
+					if ($year != '' && $month != '') {
271
+					?>
272 272
             	    <a href="<?php print $globalURL; ?>/marine/statistics/type/<?php echo $year; ?>/<?php echo $month ?>/" class="btn btn-default btn" role="button"><?php echo _("See full statistic"); ?>&raquo;</a>
273 273
             	    <?php
274
-            		} else {
275
-            	    ?>
274
+					} else {
275
+					?>
276 276
             	    <a href="<?php print $globalURL; ?>/marine/statistics/type" class="btn btn-default btn" role="button"><?php echo _("See full statistic"); ?>&raquo;</a>
277 277
             	    <?php
278
-            		}
279
-            	    ?>
278
+					}
279
+					?>
280 280
                 </div>
281 281
             </div>
282 282
     <!-- <?php print 'Time elapsed : '.(microtime(true)-$beginpage).'s' ?> -->
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
 ?>
309 309
                 <div class="more">
310 310
             	    <?php
311
-            	    /*
311
+					/*
312 312
             		if ($year != '' && $month != '') {
313 313
             	    ?>
314 314
             	    <a href="<?php print $globalURL; ?>/marine/statistics/race/<?php echo $year; ?>/<?php echo $month ?>/" class="btn btn-default btn" role="button"><?php echo _("See full statistic"); ?>&raquo;</a>
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
             	    <?php
320 320
             		}
321 321
             		*/
322
-            	    ?>
322
+					?>
323 323
                 </div>
324 324
             </div>
325 325
     <!-- <?php print 'Time elapsed : '.(microtime(true)-$beginpage).'s' ?> -->
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
 ?>
357 357
                 <div class="more">
358 358
             	    <?php
359
-            	    /*
359
+					/*
360 360
             		if ($year != '' && $month != '') {
361 361
             	    ?>
362 362
             	    <a href="<?php print $globalURL; ?>/tracker/statistics/type/<?php echo $year; ?>/<?php echo $month ?>/" class="btn btn-default btn" role="button"><?php echo _("See full statistic"); ?>&raquo;</a>
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
             	    <?php
368 368
             		}
369 369
             		*/
370
-            	    ?>
370
+					?>
371 371
                 </div>
372 372
             </div>
373 373
     <!-- <?php print 'Time elapsed : '.(microtime(true)-$beginpage).'s' ?> -->
Please login to merge, or discard this patch.