Add colon
parent
2a20f77c9e
commit
6394385986
|
|
@ -76,7 +76,7 @@ function getOtherMeta(req, res, title, description, imageUrl, imageWidth, imageH
|
||||||
imageHeight: imageHeight,
|
imageHeight: imageHeight,
|
||||||
url: url
|
url: url
|
||||||
};
|
};
|
||||||
url = req.protocol + '//' + req.hostname + otherUrl + encodeURIComponent(JSON.stringify(data));
|
url = req.protocol + '://' + req.hostname + otherUrl + encodeURIComponent(JSON.stringify(data));
|
||||||
var result = `<html>
|
var result = `<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Old Fashion Baptist Church</title>
|
<title>Old Fashion Baptist Church</title>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue