projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98ed035
)
Fix variable name
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 22 Aug 2010 02:54:38 +0000
(22:54 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 22 Aug 2010 02:54:38 +0000
(22:54 -0400)
ansel/lib/Block/recent_faces.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Block/recent_faces.php
b/ansel/lib/Block/recent_faces.php
index
7dad7da
..
762dd61
100644
(file)
--- 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 .= '<a href="' . Ansel_Faces::getLink($face) . '" title="' . $facename . '">'
. '<img src="' . $faces->getFaceUrl($face['image_id'], $face_id)
- . '" style="padding-bottom: 5px; padding-left: 5px" alt="' . $facena
n
e . '" /></a>';
+ . '" style="padding-bottom: 5px; padding-left: 5px" alt="' . $facena
m
e . '" /></a>';
}
return $html;
}
-
}