Browse Source

change echo to return

close #10771
tags/3.0.0-alpha1
Kirill Pomerantsev 9 years ago committed by Carsten Brandt
parent
commit
7f61cc81d8
  1. 2
      framework/widgets/BaseListView.php

2
framework/widgets/BaseListView.php

@ -133,7 +133,7 @@ abstract class BaseListView extends Widget
$options = $this->options;
$tag = ArrayHelper::remove($options, 'tag', 'div');
echo Html::tag($tag, $content, $options);
return Html::tag($tag, $content, $options);
}
/**

Loading…
Cancel
Save