From db5bd534b64fd28c740e3bac623ab4061ec26985 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sat, 21 Aug 2010 22:54:38 -0400 Subject: [PATCH] Fix variable name --- ansel/lib/Block/recent_faces.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } - } -- 2.11.0