Skip to content

Commit

Permalink
Fix one more hanging div.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 12, 2015
1 parent 11b23bf commit be3d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/converters/lped_to_pbed_converter.py
Expand Up @@ -104,7 +104,7 @@ def main():
f.write('<div>%s\n<ol>' % (s))
for i, data in enumerate( flist ):
f.write('<li><a href="%s">%s</a></li>\n' % (os.path.split(data)[-1], os.path.split(data)[-1]))
f.write("</div></body></html>")
f.write("</div></div></body></html>")
f.close()


Expand Down

0 comments on commit be3d9cb

Please sign in to comment.