aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorAldo "xoen" Giambelluca <xoen@xoen.org>2010-06-29 17:35:04 +0200
committerAldo "xoen" Giambelluca <xoen@xoen.org>2010-06-29 17:35:04 +0200
commit8a94686b0f87927de24a29e2873dd9e17a81d4cb (patch)
treea698d7800d8d4fe5c07f4554161bc02d032f0096 /inc
parent1d01d542050b75559af786d3fdc379e6c5e89b7c (diff)
downloadnextcloud-server-8a94686b0f87927de24a29e2873dd9e17a81d4cb.tar.gz
nextcloud-server-8a94686b0f87927de24a29e2873dd9e17a81d4cb.zip
Fixed some validation error in /settings
* Form action not specified * An input field was not closed * Made an input field child of a div
Diffstat (limited to 'inc')
-rwxr-xr-xinc/templates/configform.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/templates/configform.php b/inc/templates/configform.php
index 709e8f14296..64499b9ed95 100755
--- a/inc/templates/configform.php
+++ b/inc/templates/configform.php
@@ -18,8 +18,8 @@ changepassset=function(){
}
}
</script>
-<form method="post" enctype="multipart/form-data">
-<input type='hidden' name='config' value='1'>
+<form method="post" enctype="multipart/form-data" action="#">
+<div><input type='hidden' name='config' value='1' /></div>
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
<?php
if(!empty($CONFIG_ERROR) and !$FIRSTRUN){