Added quotes to poster url
This commit is contained in:
@@ -18,7 +18,7 @@ class mailTemplate {
|
|||||||
|
|
||||||
return `
|
return `
|
||||||
<h1>${info.name} ${info.year}</h1>
|
<h1>${info.name} ${info.year}</h1>
|
||||||
<img src=${info.poster}>
|
<img src="${info.poster}">
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user