diff --git a/files/app/partial/local-services.ut b/files/app/partial/local-services.ut index 8c2e5b99..380d7bee 100755 --- a/files/app/partial/local-services.ut +++ b/files/app/partial/local-services.ut @@ -71,13 +71,13 @@ } switch (v[4]) { case "80": - push(services, `
${v[1]}${type}
`); + push(services, `
${v[1]}${type}
`); break; case "443": - push(services, `
${v[1]}${type}
`); + push(services, `
${v[1]}${type}
`); break; default: - push(services, `
${v[1]}${type}
`); + push(services, `
${v[1]}${type}
`); break; } }