[drupal-devel] [feature] More allowed HTML tags by default
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
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: sepeck Status: patch (ready to be committed) There are a lot of themes that use h2 for the node title. I think we should exclude that from the list of defaults. Otherwise, I don't see a problem. sepeck Previous comments: ------------------------------------------------------------------------ Tue, 06 Sep 2005 05:44:24 +0000 : robertDouglass 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.
participants (2)
-
robertDouglass -
sepeck