@@ -1067,7 +1067,7 @@ public class ExtractConfigServiceImpl implements ExtractConfigService {
}
else if(number == -1){
if(s.startsWith("<p>")){
- s = s.replaceAll("<p>","<p style=\"margin-left:40px;\">").replaceFirst("<p style=\"margin-left:40px;\">", "<p style=\"margin-left:20px;color:red;\">" + "答案:");
+ s = s.replaceAll("<p>","<p style=\"margin-left:40px;\">").replaceFirst("<p style=\"margin-left:40px;\">", "<p style=\"margin-left:20px;color:red;\">" + "答案:").replace("<p style=\"margin-left:40px;\">", "<p style=\"margin-left:40px;color:red;\">");
}else{
s = "<p style=\"margin-left:20px;color:red;\">" + "答案:" + s + "</p>";