Incorrect html breakes the journal entries table
restyler - June 15, 2009 - 13:48
| Project: | Journal |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Try to create the message like:
"enabled tags for filtered html format"
and you'll break the page of journal entries. I think you should replace filter_xss_admin() calls with nl2br(check_plain()) in journal_output() function
