Completed
Push — dev ( c36006...323485 )
by Sarah
9s
created
views/layouts/main.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,10 +83,10 @@
 block discarded – undo
83 83
 		<ul class="nav nav-sm navbar-tool pull-right">
84 84
 			<?php echo \humhub\widgets\TopMenuRightStack::widget(); ?>
85 85
 			<?php
86
-			echo \humhub\widgets\NotificationArea::widget(['widgets' => [
87
-				[\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
88
-			]]);
89
-			?>
86
+            echo \humhub\widgets\NotificationArea::widget(['widgets' => [
87
+                [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
88
+            ]]);
89
+            ?>
90 90
 
91 91
 					<?php echo \humhub\modules\space\widgets\Chooser::widget(); ?>
92 92
 		</ul>
Please login to merge, or discard this patch.