html.entities: simpler re-charref.

db4
John Benediktsson 2014-04-21 22:35:31 -07:00
parent ac4dcecb0c
commit 4d7ace5531
1 changed files with 1 additions and 1 deletions

View File

@ -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>