aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaccess_control.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/access_control.rb b/access_control.rb
index 36b461a..9758be9 100755
--- a/access_control.rb
+++ b/access_control.rb
@@ -105,7 +105,7 @@ PASS
ret += <<FORM
<tr>
<td></td>
- <td class='shorttextcolumn'>#{acusers.include?(userarray[0]) ? "" : hint}</td>
+ <td id='#{userarray[0]}hint' class='shorttextcolumn'>#{acusers.include?(userarray[0]) ? "" : hint}</td>
</tr>
<tr>
<td></td>