Passed
Push — master ( 1c320a...48b993 )
by Sarah
14:27 queued 12:01
created
views/space/widgets/spaceChooser.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
 use humhub\modules\space\widgets\SpaceChooserItem;
9 9
 
10 10
 \humhub\modules\space\assets\SpaceChooserAsset::register($this);
11
-$noSpaceView = '<div class="no-space"><i class="fa fa-dot-circle-o"></i><br>' . Yii::t('SpaceModule.widgets_views_spaceChooser', 'My spaces') . '<b class="caret"></b></div>';
11
+$noSpaceView = '<div class="no-space"><i class="fa fa-dot-circle-o"></i><br>'.Yii::t('SpaceModule.widgets_views_spaceChooser', 'My spaces').'<b class="caret"></b></div>';
12 12
 $this->registerJsConfig('space.chooser', [
13 13
     'noSpace' => $noSpaceView,
14 14
     'remoteSearchUrl' =>  Url::to(['/space/browse/search-json']),
Please login to merge, or discard this patch.