commit/galaxy-central: fubar: title not alt for popups on thumbnails for Haploview outputs
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/c663af1979e4/ changeset: r5401:c663af1979e4 user: fubar date: 2011-04-15 15:35:41 summary: title not alt for popups on thumbnails for Haploview outputs affected #: 1 file (2 bytes) --- a/tools/rgenetics/rgHaploView.py Thu Apr 14 23:40:19 2011 -0400 +++ b/tools/rgenetics/rgHaploView.py Fri Apr 15 09:35:41 2011 -0400 @@ -429,7 +429,7 @@ if not os.path.exists(os.path.join(self.outfpath,mainthumb)): outf.write('<table><tr><td colspan="3"><a href="%s">Main combined LD plot</a></td></tr></table>\n' % (mainpdf)) else: - outf.write('<table><tr><td><a href="%s"><img src="%s" alt="Main combined LD image" hspace="10" align="middle">' % (mainpdf,mainthumb)) + outf.write('<table><tr><td><a href="%s"><img src="%s" title="Main combined LD image" hspace="10" align="middle">' % (mainpdf,mainthumb)) outf.write('</td><td>Click the thumbnail at left to download the main combined LD image <a href=%s>%s</a></td></tr></table>\n' % (mainpdf,mainpdf)) else: outf.write('(No main image was generated - this usually means a Haploview error connecting to Hapmap site - please try later)<br/>\n') Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket