Opened 20 years ago
Closed 19 years ago
#1224 closed defect (bug) (fixed)
wp-texturize doesn't catch "2x4" for × entity replacement
Reported by: | kylev | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Looks like texturize wants to catch things like this to put in a stylized entity for the multiplication operator. It fails to do so because of a regex bug (missing "\" before a d).
Mind-bending super-patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good catch!