lib/stringex/localization/conversion_expressions.rb in stringex-2.0.3 vs lib/stringex/localization/conversion_expressions.rb in stringex-2.0.4
- old
+ new
@@ -23,10 +23,10 @@
:slash => /\s*(\\|\/|/)\s*/,
:star => /\s*\*\s*/,
}
# Things that just get converted to spaces
- CLEANUP_CHARACTERS = /[\.,:;(){}\[\]\?!\^'ʼ"_\|]/
+ CLEANUP_CHARACTERS = /[\.,:;(){}\[\]\?!\^'ʼ"_\|<>]/
CLEANUP_HTML_ENTITIES = /&[^;]+;/
CURRENCIES_SUPPORTED_SIMPLE = {
:dollars => /\$/,
:euros => /€/,