mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Reverted already fixed line from, see #7021
This commit is contained in:
parent
672b78982f
commit
0bfafff47a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class Effects extends ArrayList<Effect> {
|
|||
|| lastRule.endsWith(".")) {
|
||||
endString = " ";
|
||||
// if lastRule does not have appropriate punctuation, add the default ". "
|
||||
} else if (!lastRule.endsWith("<br>")) {
|
||||
} else if (!lastRule.endsWith(".") && !lastRule.endsWith("<br>")) {
|
||||
endString = ". ";
|
||||
}
|
||||
if (nextRule.length() > 3) {
|
||||
|
|
Loading…
Reference in a new issue