Skip to content

Commit

Permalink
Fixes typo in list of available encodings for importing
Browse files Browse the repository at this point in the history
Refs #360. Credit to @WebVPF for spotting
  • Loading branch information
LukeTowers committed Nov 30, 2021
1 parent 5c8f25e commit b60c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/models/ImportModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function getFormatEncodingOptions()
'iso-8859-6',
'iso-8859-7',
'iso-8859-8',
'iso-8859-0',
'iso-8859-9',
'iso-8859-10',
'iso-8859-11',
'iso-8859-13',
Expand Down

0 comments on commit b60c802

Please sign in to comment.