Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Dec 9, 2011
1 parent e26dfa6 commit 70cfe1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions XML/Feed/Parser/Sanitizer.php
Expand Up @@ -70,8 +70,7 @@ class XML_Feed_Parser_StripTags_Sanitizer implements XML_Feed_Parser_Sanitizer {
'pointer', 'purple', 'red', 'right', 'solid', 'silver', 'teal', 'top',
'transparent', 'underline', 'white', 'yellow');

protected $valid_css_values = '^(#[0-9a-f]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|' .
'\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$';
protected $valid_css_values = '^(#[0-9a-f]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$';

protected $mathml_elements = array('annotation', 'annotation-xml', 'maction', 'math',
'merror', 'mfenced', 'mfrac', 'mi', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded',
Expand Down

0 comments on commit 70cfe1f

Please sign in to comment.