GhostManager / Ghostwriter

The SpecterOps project management and reporting engine
https://ghostwriter.wiki
BSD 3-Clause "New" or "Revised" License
1.23k stars 174 forks source link

Fix exception when converting rich text with paragraph alignments #415

Closed ColonelThirtyTwo closed 2 months ago

ColonelThirtyTwo commented 2 months ago

BeautifulSoup4 returns a list for the "class" attribute, but the code was expecting a string. This patch fixes the issue.

Issue reported by Ryan Stephenson on Slack.