Skip to content

Commit 5750905

Browse files
committed
Missing ) bracket
1 parent 7f926a4 commit 5750905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/user/edit_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<select class="vst-list" name="v-custom-doc-domain">
276276
<option value="<?php echo $v_domain;?>"><?php echo $v_domain;?></option>
277277
<?php
278-
foreach ($user_domains as $domain {
278+
foreach ($user_domains as $domain) {
279279
if($domain != $v_domain ){
280280
if($v_custom_doc_domain == $domain){
281281
?>

0 commit comments

Comments
 (0)