When using Filtered HTML, I think it never works whatever weight you choose in input format.
The problem is a response to 'prepare' operation in mathfilter_filter(). It should be:
case 'prepare':
return $text;
When using Filtered HTML, I think it never works whatever weight you choose in input format.
The problem is a response to 'prepare' operation in mathfilter_filter(). It should be:
case 'prepare':
return $text;
Comments
Comment #1
dwees commentedOr just remove the prepare statement. I've fixed this in my local version, but forgotten to fix it in the Drupal version. Thanks for the reminder.
Dave
Comment #2
dwees commentedI'm marking this as fixed in the 5.x-1.2 version, please feel free to let me know if there are any additional issues.
Comment #3
dwees commentedI'm remarking this as active until I can confirm my code changes have made it to the CVS repository. I'm a huge rookie when it comes to CVS so I'm having difficulties.
Comment #4
dwees commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.