1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/772d868754da/ changeset: 772d868754da user: dan date: 2011-10-03 21:10:21 summary: Fix for 538c42806e79. affected #: 1 file (-1 bytes) --- a/lib/galaxy/datatypes/genetics.py Mon Oct 03 15:08:21 2011 -0400 +++ b/lib/galaxy/datatypes/genetics.py Mon Oct 03 15:10:21 2011 -0400 @@ -288,7 +288,7 @@ rval.append( '<li><a href="%s" type="application/binary">%s (%s)</a>%s</li>' % ( fn, fn, composite_file.get('description'), opt_text ) ) else: rval.append( '<li><a href="%s" type="application/binary">%s</a>%s</li>' % ( fn, fn, opt_text ) ) - rval.append( '</ul></div></html>' ) + rval.append( '</ul></div></html>' ) return "\n".join( rval ) def regenerate_primary_file(self,dataset): 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.