Closed (fixed)
Project:
Mathematics Filter
Version:
5.x-1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Feb 2007 at 05:21 UTC
Updated:
2 Mar 2007 at 19:00 UTC
text is not render correctly after apostrophe, its not problem of mimetex but problem of math filter
Comments
Comment #1
dwees commentedCan you point me at a page where I can see this in action? Unfortunately I don't have enough information to properly debug this problem.
Dave
Comment #2
redolent@life.math.ntu.edu.tw commentedif you type [tex]f'(x)[/tex] you will get "f". You must type [tex]f%27(x)[/tex] to get f'(x) correctly
Comment #3
dwees commentedOkay, looks like I need to include urlencode() in the function. I'll do some testing, this may be a relatively easy fix.
Dave
Comment #4
dwees commentedIf you change:
to
then this problem should be fixed, or at least it is on my server.
Dave