Passed
Push — master ( ec8812...6a9318 )
by Sarah
13:22 queued 09:01
created
views/layouts/main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
             <div class="notifications pull-right">
69 69
                 <?=
70
-	\humhub\widgets\NotificationArea::widget(['widgets' => [
70
+    \humhub\widgets\NotificationArea::widget(['widgets' => [
71 71
                     [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
72 72
                 ]]);
73 73
                 ?>
Please login to merge, or discard this patch.
views/widgets/topNavigation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
         echo $item['id'];
9 9
     }
10 10
     ?>">
11
-            <?= Html::a($item['icon'] . "<br />" . $item['label'], $item['url'], $item['htmlOptions']); ?>
11
+            <?= Html::a($item['icon']."<br />".$item['label'], $item['url'], $item['htmlOptions']); ?>
12 12
     </li>
13 13
 <?php endforeach; ?>
14 14
 
Please login to merge, or discard this patch.