fixed escaping characters

pull/15/head
tycrek 3 years ago
parent 020a53c4e0
commit acd92b7808
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -69,10 +69,10 @@ const html = `
<html> <html>
<head> <head>
<title>ass</title> <title>ass</title>
<meta property="og:type" content="{{ogtype}}"> <meta property="og:type" content="{{{ogtype}}}">
<meta property="og:{{type}}" content="{{http}}{{domain}}/{{resourceId}}{{ext}}"> <meta property="og:{{{type}}}" content="{{{http}}}{{{domain}}}/{{{resourceId}}}{{{ext}}}">
{{title}} {{{title}}}
{{site}} {{{site}}}
</head> </head>
<body>ass</body> <body>ass</body>
</html> </html>

Loading…
Cancel
Save