$group=form_radios(t('Filter HTML tags'),"filter_html_$format",variable_get("filter_html_$format",FILTER_HTML_STRIP),array(FILTER_HTML_STRIP=>t('Strip tags'),FILTER_HTML_ESCAPE=>t('Escape tags')),t('How to deal with HTML tags in user-contributed content. If set to "Strip tags", dangerous tags are removed (see below). If set to "Escape tags", all HTML is escaped and presented as it was typed.'));
...
...
@@ -837,7 +835,7 @@ function _filter_html_settings($format) {
}
/**
* HTML filter: provides filtering of input into accepted HTML
* HTML filter. Provides filtering of input into accepted HTML.
$group=form_radios(t('Filter HTML tags'),"filter_html_$format",variable_get("filter_html_$format",FILTER_HTML_STRIP),array(FILTER_HTML_STRIP=>t('Strip tags'),FILTER_HTML_ESCAPE=>t('Escape tags')),t('How to deal with HTML tags in user-contributed content. If set to "Strip tags", dangerous tags are removed (see below). If set to "Escape tags", all HTML is escaped and presented as it was typed.'));
...
...
@@ -837,7 +835,7 @@ function _filter_html_settings($format) {
}
/**
* HTML filter: provides filtering of input into accepted HTML
* HTML filter. Provides filtering of input into accepted HTML.