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