Closed (works as designed)
Project:
Drupal core
Version:
6.x-dev
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2009 at 14:34 UTC
Updated:
28 Apr 2010 at 19:54 UTC
At the bottom of check_markup() the function adds t('n/a') to the output in the case of unset input text. I think it should simply be set to the null string. Creating content when the user intends there to be none is problematic.
Comments
Comment #1
greenskin commentedComment #2
sun"n/a" only appears if the current user does not have access to the text format the text should be filtered with. If this string appears, then most likely some code elsewhere is wrong.