We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ef3f5 commit 23feb64Copy full SHA for 23feb64
resources/macros/macros.php
@@ -31,7 +31,7 @@
31
32
// 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
33
if (!array_key_exists($selected, $countries_array)) {
34
- $select .= '<option value="' . $selected . '" selected="selected" role="option" aria-selected="true">' . $selected .' *</option> ';
+ $select .= '<option value="' . e($selected) . '" selected="selected" role="option" aria-selected="true">' . e($selected) .' *</option> ';
35
}
36
37
$select .= '</select>';
0 commit comments