@@ -143,7 +143,7 @@ |
||
143 | 143 | } |
144 | 144 | |
145 | 145 | // Create a string of images |
146 | - $img_string = implode(' ', array_map(function($image) { |
|
146 | + $img_string = implode(' ', array_map(function ($image) { |
|
147 | 147 | return "<img src='{$image}' style='max-width:{$this->config['vse_tip_dim']}px; max-height:{$this->config['vse_tip_dim']}px;' />"; |
148 | 148 | }, array_slice($images, 0, (int) $this->config->offsetGet('vse_tip_num'), true))); |
149 | 149 |