Current:

$part_array[0] == drupal_strtoupper('HTML')

To Fix:

drupal_strtoupper($part_array[0]) == 'HTML' 

lines 1228 and 1243.

Comments

oadaeh’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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