Closed (fixed)
Project:
Drupal core
Version:
6.1
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2002 at 12:09 UTC
Updated:
18 Oct 2011 at 21:51 UTC
could be a feature as well but style="" can be snuck into at least the P tag and probably others. could clutter up a page. provide an option to enable/disable (by filtering out only style="" options since some tags like A need name=value to function)?
big
doesn't seem to work here but it did in the support forum.
The BIG tag, though not listed as allowed, does work though:
interesting.
Comments
Comment #1
(not verified) commentedTo diable style tags the HTML filter has to be enabled. If its not enabled then all tags and attributes are allowed (style, script).
Comment #2
ax commented> To disable style tags the HTML filter has to be enabled. If its not
> enabled then all tags and attributes are allowed (style, script).
this appears quite misleading to me. admin.php?mod=system&type=filter says:
Enable HTML tags:
Disabled|Enabled
Allow HTML and PHP tags in user-contributed content.
to me this suggests that if i select "Disabled" here, there is no HTML/PHP allowed /at all/. see also http://drupal.org/node.php?title=%22Enable+HTML+tags%22+setting+doesnt+w... .
Comment #3
ax commentedComment #4
rofilde commentedyes