mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX SSF-53: fixed that raw html source appears for "Export to CSV" button(SSF-243)
This commit is contained in:
parent
a415034d0a
commit
2dfb4142e0
@ -47,7 +47,7 @@ class GridFieldExporter implements GridField_HTMLProvider, GridField_ActionProvi
|
||||
null
|
||||
);
|
||||
return array(
|
||||
'after' => '<p>' . htmlentities($button->Field()) . '</p>',
|
||||
'after' => '<p>' . $button->Field() . '</p>',
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user