Skip to content

Commit

Permalink
Changed in OpenMage#2884
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored Jan 5, 2023
1 parent 92e605a commit d2ec4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ public function getEscapedValue($index = null)
return $this->escapeHtml($value);
}

return $this->escapeHtml(parent::getEscapedValue($index) ?? '');
return $this->escapeHtml(parent::getEscapedValue($index));
}
}

0 comments on commit d2ec4fc

Please sign in to comment.