Displays full id with the help of nowrap
[jalview.git] / src / jalview / io / HTMLOutput.java
index a37d8a2..7988182 100755 (executable)
@@ -59,7 +59,7 @@ public class HTMLOutput
         {\r
           seq = alignment.getSequenceAt(i);\r
           group = alignment.findGroup( seq );\r
-          out.println("<tr><td>"+seq.getName()+"&nbsp;&nbsp;</td>");\r
+          out.println("<tr><td nowrap>"+seq.getDisplayId()+"&nbsp;&nbsp;</td>");\r
           for (int res = 0; res < seq.getLength(); res++)\r
           {\r
             if(group!=null && group.getStartRes()<=res && group.getEndRes()>=res)\r