Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 13, 2012
2 parents 3913c38 + a87609b commit 287286d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion library/Zend/Form/View/Helper/FormImage.php
Expand Up @@ -39,7 +39,6 @@ class FormImage extends FormInput
'height' => true,
'src' => true,
'type' => true,
'value' => true,
'width' => true,
);

Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Form/View/Helper/FormImageTest.php
Expand Up @@ -92,7 +92,7 @@ public function validAttributes()
array('size', 'assertNotContains'),
array('src', 'assertContains'),
array('step', 'assertNotContains'),
array('value', 'assertContains'),
array('value', 'assertNotContains'),
array('width', 'assertContains'),
);
}
Expand Down

0 comments on commit 287286d

Please sign in to comment.