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 5a076a6 commit dfacbe9Copy full SHA for dfacbe9
web/templates/admin/edit_web.html
@@ -262,7 +262,7 @@
262
<select class="vst-list" name="v-custom-doc-domain">
263
<?php foreach ($user_domains as $domain): ?>
264
<option value="<?php echo $domain;?>"
265
- <?=($v_custom_doc_domain === $domain)?' selected="selected" ':''; ?>>
+ <?=($v_custom_doc_domain === $domain || (empty($v_custom_doc_domain) && $domain === $v_domain))?' selected="selected" ':''; ?>>
266
<?php echo $domain;?>
267
</option>
268
<?php endforeach; ?>
0 commit comments