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 7f926a4 commit 5750905Copy full SHA for 5750905
web/templates/user/edit_web.html
@@ -275,7 +275,7 @@
275
<select class="vst-list" name="v-custom-doc-domain">
276
<option value="<?php echo $v_domain;?>"><?php echo $v_domain;?></option>
277
<?php
278
- foreach ($user_domains as $domain {
+ foreach ($user_domains as $domain) {
279
if($domain != $v_domain ){
280
if($v_custom_doc_domain == $domain){
281
?>
0 commit comments