Issue status update for http://drupal.org/node/30481 Post a follow up: http://drupal.org/project/comments/add/30481 Project: Drupal Version: cvs Component: base system Category: feature requests Priority: normal Assigned to: Anonymous Reported by: robertDouglass Updated by: robertDouglass Status: patch (ready to be committed) Attachment: http://drupal.org/files/issues/filter_patch.txt (994 bytes) This patch extends the list of HTML tags that are allowed by the HTML filter by default. This is a feature that was requested in this thread: http://drupal.org/node/30364#new The list of tags allowed by this patch includes: <a> <em> <strong> <cite> <blockquote> <pre> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6> <ins> <del> I didn't include <h1> because that is used by the title more often than not. Discussion on the list of tags is welcome, but I agree with the poster that mentioned this that there could be more without any danger to site or theme. robertDouglass