Skip to content

Commit

Permalink
Fix reddit poll expando (#5556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc-Mcgrady authored Jan 9, 2025
1 parent 488544d commit e93c541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/hosts/redditpoll.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};
Expand Down

0 comments on commit e93c541

Please sign in to comment.