diff --git a/trunk/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java b/trunk/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java index c2956f774..9a35c4be9 100644 --- a/trunk/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java +++ b/trunk/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java @@ -273,7 +273,7 @@ public class Highlighting implements Serializable { * @return Text with no highlights */ public static String stripHilights(String text) { - text = text.replace("\r\n", "\n"); + //text = text.replace("\r\n", "\n"); List tokens = getHilightTokens(text); StringBuilder ret = new StringBuilder(); for (HilightToken token : tokens) {