fixed client config formatting
This commit is contained in:
parent
5e8c158214
commit
857706c7b7
1 changed files with 1 additions and 2 deletions
|
@ -235,8 +235,7 @@ public class ClientConfigServiceImpl implements ClientConfigService {
|
|||
? "true"
|
||||
: "false",
|
||||
(StringUtils.isNotBlank(config.fallbackStartURL))
|
||||
? " <key>startURL</key>%n" +
|
||||
" <string>" + config.fallbackStartURL + "</string>%n"
|
||||
? "<key>startURL</key>\r\n <string>" + config.fallbackStartURL + "</string>\r\n"
|
||||
: "",
|
||||
this.webserviceInfo.getExternalServerURL(),
|
||||
String.valueOf(config.institutionId),
|
||||
|
|
Loading…
Reference in a new issue