Commit f7603ef9 by 段启岩

动态删除行为换行

parent eb582693
...@@ -33,6 +33,7 @@ public class TopicUtils { ...@@ -33,6 +33,7 @@ public class TopicUtils {
if (matcher.find()) { if (matcher.find()) {
str = matcher.replaceAll(""); str = matcher.replaceAll("");
} }
str = str.replaceAll(tailLFPattern.pattern(), "");
matcher = topicPattern.matcher(str); matcher = topicPattern.matcher(str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment