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, `
`); + push(services, ``); break; case "443": - push(services, ``); + push(services, ``); break; default: - push(services, ``); + push(services, ``); break; } }