Closed vardan-arm closed 2 years ago
The PR checks started failing starting from this hotfix on Listed. @moughxyz , do you think I should change this:
@desc = @display_author.bio || 'Via Standard Notes.'
to something like this?
@desc = CGI.unescape(@display_author.bio) || 'Via Standard Notes.'
It doesn't seem there is any error message on that line, but it's the only change after which this error started happening 🤔
Internal link