Skip to content

Commit 3ab2e20

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 87fe9d9 + b773d57 commit 3ab2e20

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package-lock.json

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/macros/macros.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// If the country value doesn't exist in the array, add it as a new option and select it so we don't drop that data
3333
if (!array_key_exists($selected, $countries_array)) {
34-
$select .= '<option value="' . $selected . '" selected="selected" role="option" aria-selected="true">' . $selected .' *</option> ';
34+
$select .= '<option value="' . e($selected) . '" selected="selected" role="option" aria-selected="true">' . e($selected) .' *</option> ';
3535
}
3636

3737
$select .= '</select>';

0 commit comments

Comments
 (0)