Closed (fixed)
Project:
Drupal For Firebug
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2010 at 06:54 UTC
Updated:
8 Dec 2010 at 20:30 UTC
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
Comment #1
sfbob commentedCorrection:
line numbers should be 295 and 309 respectively
Comment #2
populist commentedThis has been fixed in -dev and will be part of the next release