diff --git a/docs/ICONS.md b/docs/ICONS.md index 0dc95946..d0546ab4 100755 --- a/docs/ICONS.md +++ b/docs/ICONS.md @@ -29,7 +29,7 @@ Copying the HTML code from [Font Awesome](https://fontawesome.com/search?o=r&m=f ![preview](/docs/img/ICONS/device_add_icon.png) -3. Paste in teh copied HTML or SVG code. +3. Paste in the copied HTML or SVG code. 4. Click "OK" diff --git a/front/settings.php b/front/settings.php index dc56e6ca..ca593b25 100755 --- a/front/settings.php +++ b/front/settings.php @@ -531,7 +531,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) { multi = isMultiSelect ? "multiple" : ""; optionsArray = getSettingOptions(set['Code_Name'] ) - valuesArray = createArray(set['Value']); + valuesArray = createArray(set['Value']); // create unique ID var targetLocation = set['Code_Name'] + "_initSettingDropdown";