1.1 compat
authorjprocter <Jim Procter>
Tue, 14 Dec 2010 18:10:14 +0000 (18:10 +0000)
committerjprocter <Jim Procter>
Tue, 14 Dec 2010 18:10:14 +0000 (18:10 +0000)
src/jalview/io/AlignmentProperties.java

index fc6d525..3b25b49 100644 (file)
@@ -62,7 +62,7 @@ public class AlignmentProperties
       pw.print(nl);
       if (html)
       {
-        pw.append("<table border=\"1\">");
+        pw.print("<table border=\"1\">");
       }
       Hashtable props = ((Alignment) alignment).alignmentProperties;
       Enumeration en = props.keys();