This commit is contained in:
honfika@gmail.com
2015-12-18 13:33:47 +01:00
parent c23e22b950
commit 1b1923eee1

View File

@@ -780,7 +780,7 @@ public class Helper {
if (lastChar == ' ') {
sb.setLength(sb.length() - 1);
sb.append("%20");
} else if (lastChar == ' ') {
} else if (lastChar == '.') {
sb.setLength(sb.length() - 1);
sb.append("%2E");
}