Skip to content

Commit

Permalink
...and value...
Browse files Browse the repository at this point in the history
  • Loading branch information
wingsline committed Mar 5, 2014
1 parent 12a2128 commit 7e8d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wingsline/Inuitcss/Html/FormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function additional($value, array $attributes = array())
{
$attributes = $this->addClass($attributes, 'additional');
$attributes = $this->html->attributes($attributes);
return '<span'.$attributes.'>'.e($name).'</span>';
return '<span'.$attributes.'>'.e($value).'</span>';
}

/**
Expand Down

0 comments on commit 7e8d2a7

Please sign in to comment.