html.entities: simpler re-charref.
parent
ac4dcecb0c
commit
4d7ace5531
|
@ -2337,7 +2337,7 @@ CONSTANT: html5 H{
|
|||
] if ;
|
||||
|
||||
CONSTANT: re-charref
|
||||
R/ &(#[0-9]+;?|#[xX][0-9a-fA-F]+;?|[^\t\n\f <&#;]{1,32};?)/
|
||||
R/ &(#[0-9]+|#[xX][0-9a-fA-F]+|[^\t\n\f <&#;]{1,32});?/
|
||||
|
||||
PRIVATE>
|
||||
|
||||
|
|
Loading…
Reference in New Issue