Web installer: Correctly escape U+00A0 NO-BREAK SPACE
authorKevin Israel <pleasestand@live.com>
Mon, 9 Jul 2018 02:27:52 +0000 (22:27 -0400)
committerKevin Israel <pleasestand@live.com>
Mon, 9 Jul 2018 03:16:22 +0000 (23:16 -0400)
commit7a4df753fd1f202f6679b501bb6166ed7aba4074
tree16753d511b70ab1bf5104bb210fc76de023cee62
parentcf1880aa5e01de0855ce2128f9b6366a38d997c8
Web installer: Correctly escape U+00A0 NO-BREAK SPACE

Unicode escape sequences cannot be used in single quoted strings,
in which they are treated as literal text.

Follows-up 125cbd8c017b872c.

Change-Id: Ife53a613a801b8bb96542b42fd3d2bb3dccaf629
includes/installer/WebInstaller.php
includes/installer/WebInstallerOptions.php