Skip to content
Snippets Groups Projects
Commit 1d3914db authored by Liam Morland's avatar Liam Morland Committed by Kevin Paxman
Browse files

ISTWCMS-4864: URLencode favicon JSON

parent be527905
No related branches found
No related tags found
1 merge request!33ISTWCMS-4864: URLencode favicon JSON
......@@ -228,7 +228,7 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) {
],
],
];
$manifest = json_encode($manifest);
$manifest = urlencode(json_encode($manifest));
$favicon_manifest = [
'rel' => 'manifest',
'href' => 'data:application/manifest+json,' . $manifest,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment