You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the form is submitted with the preview button, the output is not properly escaped, causing data loss when the inputs (topic and message) include single quotes.
When the ajax preview is used, there is a style="white-space: nowrap;" in newbb_edit_post.tpl that causes the preview to run off of the display.
Two issues in reply.php
style="white-space: nowrap;"in newbb_edit_post.tpl that causes the preview to run off of the display.