Skip to content

Commit b702e78

Browse files
authored
Update Select.php, use single quote.
1 parent 6b76655 commit b702e78

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter

1 file changed

+1
-1
lines changed

app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function _renderOption($option, $value)
5656
{
5757
if (!array_key_exists('value', $option)) {
5858
if (!array_key_exists('label', $option)) {
59-
return "";
59+
return '';
6060
}
6161

6262
$lbl = $this->escapeHtml($option['label']); // or just empty as well?

0 commit comments

Comments
 (0)