JAL-2738 copy to spikes/mungo
[jalview.git] / src / jalview / util / ParseHtmlBodyAndLinks.java
index 139ee19..6713bbc 100644 (file)
@@ -153,8 +153,8 @@ public class ParseHtmlBodyAndLinks
     {
       // instead of parsing the html into plaintext
       // clean the description ready for embedding in html
-      sb = new StringBuilder(LEFT_ANGLE_BRACKET_PATTERN
-              .matcher(description).replaceAll("<"));
+      sb = new StringBuilder(LEFT_ANGLE_BRACKET_PATTERN.matcher(description)
+              .replaceAll("<"));
     }
     content = translateEntities(sb.toString());
   }