Skip to content

Commit

Permalink
Fix CS in Option tag class
Browse files Browse the repository at this point in the history
  • Loading branch information
finwe committed Mar 11, 2024
1 parent ad788f7 commit de9d539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tag/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function open($attr, &$ahtml, &$ihtml)
$attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mpdf->mb_enc, 'UTF-8');
}
}

$this->mpdf->selectoption['currentVAL'] = isset($attr['VALUE']) ? $attr['VALUE'] : $ahtml[$ihtml + 1];
}

Expand Down

0 comments on commit de9d539

Please sign in to comment.