Opened 21 years ago
Closed 21 years ago
#1224 closed defect (bug) (fixed)
wp-texturize doesn't catch "2x4" for × entity replacement
| Reported by: | kylev | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good catch!