diff --git a/lib/modules/hosts/redditpoll.js b/lib/modules/hosts/redditpoll.js index f01a11ed56..f37b292498 100644 --- a/lib/modules/hosts/redditpoll.js +++ b/lib/modules/hosts/redditpoll.js @@ -11,7 +11,7 @@ export default new Host('redditpoll', { return { type: 'IFRAME', expandoClass: 'selftext', - embed: `https://www.reddit.com/poll/${id}`, + embed: `https://www.reddit.com/poll/${id}/`, height: '500px', width: '700px', };