Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.words.php
- Property exe set to *
r223 r231 156 156 157 157 $res .= 158 '<p style="'.$p_style.'"><label class="classic" >'.159 form::checkbox(array('swd[]' ),$rs->rule_id,false,'','',$disabled_word, 'title="'.html::escapeHTML($rs->rule_content).'"').' '.158 '<p style="'.$p_style.'"><label class="classic" for="word'.$rs->rule_id.'">'. 159 form::checkbox(array('swd[]', 'word'.$rs->rule_id),$rs->rule_id,false,'','',$disabled_word).' '. 160 160 html::escapeHTML($rs->rule_content). 161 161 '</label></p>';
Note: See TracChangeset
for help on using the changeset viewer.