Skip to content
Snippets Groups Projects

fix bokeh to release 8.0.158

Merged Ghislain Loas requested to merge release_8_158 into master
Compare and
3 files
+ 11
11
Preferences
Compare changes
Files
3
@@ -245,10 +245,9 @@ abstract class Intonation_View_RenderRecord_RenderItemsStrategy {
protected function _itemsWithMap(array $items, array $same_work, array $html) : array {
$html [] = $this->_renderMapHTML($items, $same_work);
return
array_merge($html,
$this->_itemsWithoutMap($items, $same_work, $html));
return $this->_itemsWithoutMap($items,
$same_work,
[$this->_renderMapHTML($items, $same_work)]);
}