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.
| Comment | File | Size | Author |
|---|---|---|---|
| previewfix.patch | 506 bytes | colan |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| previewfix.patch | 506 bytes | colan |
Comments
Comment #1
Crell commentedGood 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!
Comment #2
(not verified) commented