Skip to content

Commit

Permalink
Update Select.php, use single quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiatng authored Aug 9, 2024
1 parent 6b76655 commit b702e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function _renderOption($option, $value)
{
if (!array_key_exists('value', $option)) {
if (!array_key_exists('label', $option)) {
return "";
return '';
}

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

0 comments on commit b702e78

Please sign in to comment.