[SLD] a few more text fixes

This commit is contained in:
Evan Kranzler 2022-02-22 07:59:33 -05:00
parent cf2b6f8366
commit abc6618cba
8 changed files with 16 additions and 17 deletions

View file

@ -109,6 +109,7 @@ public class Effects extends ArrayList<Effect> {
&& !lastRule.endsWith(".]")
&& !lastRule.startsWith("<b>Level ")
&& !lastRule.endsWith(".)")
&& !lastRule.endsWith("<br>")
&& !lastRule.endsWith("</i>")) {
sbText.append('.');
}