Browse Source

Missing ) bracket

Jaap Marcus 5 years ago
parent
commit
5750905f7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/templates/user/edit_web.html

+ 1 - 1
web/templates/user/edit_web.html

@@ -275,7 +275,7 @@
                                                 <select class="vst-list" name="v-custom-doc-domain">
                                                     <option value="<?php echo $v_domain;?>"><?php echo $v_domain;?></option>
                                                     <?php
-                                                    foreach ($user_domains  as $domain {
+                                                    foreach ($user_domains  as $domain) {
                                                         if($domain != $v_domain ){
                                                         if($v_custom_doc_domain == $domain){
                                                     ?>