From: Chuck Hagenbuch Date: Sun, 22 Aug 2010 02:54:38 +0000 (-0400) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=db5bd534b64fd28c740e3bac623ab4061ec26985;p=horde.git Fix variable name --- diff --git a/ansel/lib/Block/recent_faces.php b/ansel/lib/Block/recent_faces.php index 7dad7dae9..762dd6116 100644 --- a/ansel/lib/Block/recent_faces.php +++ b/ansel/lib/Block/recent_faces.php @@ -55,10 +55,9 @@ class Horde_Block_ansel_recent_faces extends Horde_Block $facename = htmlspecialchars($face['face_name'], ENT_COMPAT, $GLOBALS['registry']->getCharset()); $html .= '' . '' . $facenane  . ''; + . '" style="padding-bottom: 5px; padding-left: 5px" alt="' . $facename . '" />'; } return $html; } - }