todo
authorjprocter <Jim Procter>
Fri, 21 Aug 2009 10:58:18 +0000 (10:58 +0000)
committerjprocter <Jim Procter>
Fri, 21 Aug 2009 10:58:18 +0000 (10:58 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index 4f7fd93..81e9afe 100755 (executable)
@@ -498,8 +498,8 @@ public class AlignmentAnnotation
 
       buffer.append(", ");
     }
-
-    if (label.equals("Consensus"))
+    // TODO: remove disgusting hack for 'special' treatment of consensus line.
+    if (label.indexOf("Consensus")==0)
     {
       buffer.append("\n");