Index: flickr.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/flickr/flickr.module,v retrieving revision 1.42.2.6 diff -u -d -u -p -r1.42.2.6 flickr.module --- flickr.module 17 Mar 2009 21:56:54 -0000 1.42.2.6 +++ flickr.module 19 Apr 2009 10:36:04 -0000 @@ -205,7 +205,7 @@ function theme_flickr_photo($p, $size = $img = flickr_img($p, $size, $attribs); $photo_url = flickr_photo_page_url($p['owner'], $p['id']); $title = is_array($p['title']) ? $p['title']['_content'] : $p['title']; - return l($img, $photo_url, array('attributes' => array('title' => $title), 'absolute' => TRUE, 'html' => TRUE)); + return l($img, $photo_url, array('attributes' => array('title' => $title, 'class' => 'flickr_photo'), 'absolute' => TRUE, 'html' => TRUE)); } function theme_flickr_photo_box($p, $size = NULL, $format = NULL, $attribs = NULL) {