Skip to content

Conversation

@ringabout
Copy link
Member

fixes #362

image

src/forum.nim Outdated
for rowFT in fastRows(db, queryFT, data):
var content = rowFT[3]
try: content = content.rstToHtml() except EParseError: discard
try: content = content.rstToHtml()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terrible (existing) style. Use a new variable for the result of content.rstToHtml

@Araq Araq merged commit 1be4576 into master Mar 7, 2024
@Araq Araq deleted the pr_rst_xml branch March 7, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants