Added quotes to poster url

This commit is contained in:
2017-08-06 09:19:39 +02:00
parent 82add07e00
commit bc4eff795e

View File

@@ -18,7 +18,7 @@ class mailTemplate {
return `
<h1>${info.name} ${info.year}</h1>
<img src=${info.poster}>
<img src="${info.poster}">
`
}
}