in drupalforfirebug.module,
line 323

      $color = '<font color="grey">'.$style;

should be

      $color = '<font color="gray">'.$style;

and on line 337

      $output .= "<div>$spacing <font color=grey> [$key] => stdClass ($colorend </div>";

should be

      $output .= "<div>$spacing <font color=gray> [$key] => stdClass ($colorend </div>";

Comments

sfbob’s picture

Correction:
line numbers should be 295 and 309 respectively

populist’s picture

Status: Needs review » Fixed

This has been fixed in -dev and will be part of the next release

Status: Fixed » Closed (fixed)

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