Skip to content
Snippets Groups Projects
Commit dde52438 authored by Vermaat's avatar Vermaat
Browse files

Fix incorrect coloring of protein sequence positions

parent c6a90aa4
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,7 @@ def print_protein_html(s, first, last, O, where, text=False):
output = '%s ' % unicode(o).rjust(m)
else:
output = \
'<tt style="color:000000;font-weight:normal">%s</tt> ' % \
'<tt style="color:#333;font-weight:normal">%s</tt> ' % \
unicode(o).rjust(m)
# Add last line.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment