# HG changeset patch # User Dominic Cleal # Date 1232890778 0 # Node ID 9b8670ac1bcc15733134cd1a98e864f84869a3a4 # Parent 135adaf0eed2b54d417aeb2baa7546ffd3c8de2b Adding title attr to images diff -r 135adaf0eed2 -r 9b8670ac1bcc reproctool.cgi --- a/reproctool.cgi Sun Jan 25 13:38:09 2009 +0000 +++ b/reproctool.cgi Sun Jan 25 13:39:38 2009 +0000 @@ -175,7 +175,8 @@ print ""; print "" if defined $link; - print "\"$item-{name}\" />"; + print "{name}\" alt=\"$item->{name}\" />"; print "" if defined $link; print "
"; print "" if defined $colour;