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

dwees’s picture

Or 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

dwees’s picture

Assigned: Unassigned » dwees
Status: Active » Fixed

I'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.

dwees’s picture

Status: Fixed » Active

I'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.

dwees’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.