Changeset 1573
- Timestamp:
- Oct 22, 2006, 12:00:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_category.inc.php
r1500 r1573 143 143 global $conf; 144 144 if ( !( $conf['allow_html_descriptions'] and 145 preg_match('/<(div|br|img ).*>/i', $cat['comment']) ) )145 preg_match('/<(div|br|img|script).*>/i', $cat['comment']) ) ) 146 146 { 147 147 $cat['comment'] = nl2br($cat['comment']);
Note: See TracChangeset
for help on using the changeset viewer.