$imgOnClick = 'return showVideo(' . $cnt . ');';
$tile = '<div class="image-tile" id="imagetile_' . (int)$video->clip_id . '">'
. Horde::link($video->url, $video->title, '', '', $imgOnClick, $video->title)
- . '<img src="' Ansel::getImageUrl($image->id, 'prettythumb', true, $this->view->gallery->get('style')) . '" />' . '</a>';
+ . '<img src="' . Ansel::getImageUrl($image->id, 'prettythumb', true, $this->view->gallery->get('style')) . '" />' . '</a>';
$tile .= '<div style="valign: bottom;">';
$tile .= ' <div class="image-tile-caption" id="' . (int)$video->clip_id . 'caption">' . $video->caption . '</div></div></div>';
// Load the CLI environment.
Horde_Cli::init();
-$cli Horde_Cli::singleton();
+$cli = Horde_Cli::singleton();
$ansel_authentication = 'none';
require_once ANSEL_BASE . '/lib/base.php';