mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
d2f13f90e9
commit
52e1c2cd66
@ -30,7 +30,7 @@ class SimpleImageField extends FileField {
|
||||
"id" => $this->id(),
|
||||
"tabindex" => $this->getTabIndex()
|
||||
)
|
||||
) .
|
||||
);
|
||||
$html .= $this->createTag("input",
|
||||
array(
|
||||
"type" => "hidden",
|
||||
|
Loading…
x
Reference in New Issue
Block a user