XML parse error fixing

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@54242 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Romain Louis 2008-05-09 02:38:09 +00:00
parent d2f13f90e9
commit 52e1c2cd66

View File

@ -30,7 +30,7 @@ class SimpleImageField extends FileField {
"id" => $this->id(),
"tabindex" => $this->getTabIndex()
)
) .
);
$html .= $this->createTag("input",
array(
"type" => "hidden",