Passed
Push — master ( 4a5699...a3e14e )
by Morris
02:22
created
templates/part.board.sidebarView.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 </div>
7 7
 <div id="sidebar-header">
8 8
     <a class="icon-close" ui-sref="board" ng-click="sidebar.show=!sidebar.show" title="<?php p($l->t('Close')); ?>"> &nbsp;<?php 
9
-    	?><span class="hidden-visually"><?php p($l->t('Close')); ?></span><?php 
10
-    ?></a>
9
+		?><span class="hidden-visually"><?php p($l->t('Close')); ?></span><?php 
10
+	?></a>
11 11
     <h3>{{ boardservice.getCurrent().title }}</h3>
12 12
 </div>
13 13
 
Please login to merge, or discard this patch.