Index: trunk/extensions/AbuseFilter/AbuseFilter.parser.php |
— | — | @@ -1373,6 +1373,7 @@ |
1374 | 1374 | array( 'ccnorm', 1, count($args) ) ); |
1375 | 1375 | $s = $args[0]->toString(); |
1376 | 1376 | |
| 1377 | + $s = htmlspecialchars_decode($s); |
1377 | 1378 | $s = $this->ccnorm( $s ); |
1378 | 1379 | |
1379 | 1380 | return new AFPData( AFPData::DString, $s ); |