When editing a review node, clicking the "Preview" button shows a preview. The axes and scores show up, but any comments for each axis don't.

CommentFileSizeAuthor
previewfix.patch506 bytescolan

Comments

Crell’s picture

Status: Needs review » Fixed

Good catch. nl2br() is the wrong function to use there, though. Instead, we should use check_markup() to filter the text according to whatever the current filter is. Committed a modified version that does that. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)