aboutsummaryrefslogtreecommitdiff
path: root/access_control.rb
diff options
context:
space:
mode:
Diffstat (limited to 'access_control.rb')
-rwxr-xr-xaccess_control.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/access_control.rb b/access_control.rb
index 3172779..65589b7 100755
--- a/access_control.rb
+++ b/access_control.rb
@@ -88,7 +88,7 @@ def createform(userarray,hint,acusers)
<td class='label'>Username:</td>
<td title="#{userarray[1]}">
#{userarray[0]}
- <input type='hidden' name='ac_user' value='#{userarray[0]}' /></td>
+ <input type='hidden' name='ac_user' value='#{userarray[0]}' />
</td>
</tr>
FORM