From: Michael J. Rubinsky Date: Wed, 17 Feb 2010 22:04:17 +0000 (-0500) Subject: indentation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=55f753a6c06fc049574e1ad580aca2780fca3bf5;p=horde.git indentation --- diff --git a/ansel/lib/Tile/Gallery.php b/ansel/lib/Tile/Gallery.php index b6caba72d..e3abc46a3 100644 --- a/ansel/lib/Tile/Gallery.php +++ b/ansel/lib/Tile/Gallery.php @@ -50,9 +50,9 @@ class Ansel_Tile_Gallery { if ($gallery->hasPasswd()) { $gallery_image = Horde::img($GLOBALS['registry']->getImageDir() . '/gallery-locked.png', '', '', ''); } else { - $gallery_image = Ansel::getImageUrl( - $gallery->getDefaultImage($style['name']), - $thumbstyle, true, $style['name']); + $gallery_image = Ansel::getImageUrl( + $gallery->getDefaultImage($style['name']), + $thumbstyle, true, $style['name']); $gallery_image = '' . htmlspecialchars($gallery->get('name')) . ''; } } else {