This is an automated email from the ASF dual-hosted git repository.
clr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3e2d408 LDAP-namecheck print header each 30 rows
3e2d408 is described below
commit 3e2d40870bfb852d62c5d3f116c30fcc72c6378a
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Jul 12 16:47:38 2021 -0700
LDAP-namecheck print header each 30 rows
---
www/members/ldap-namecheck.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/ldap-namecheck.cgi b/www/members/ldap-namecheck.cgi
index 9442ed5..2b21be6 100755
--- a/www/members/ldap-namecheck.cgi
+++ b/www/members/ldap-namecheck.cgi
@@ -99,7 +99,7 @@ _html do
if 0 == ++mismatches % 30 # repeat header every 30 lines
_tr bgcolor: 'lightblue' do
- _td 'uid' + mismatches
+ _td 'uid' + str(mismatches)
_td "iclas.txt public name"
_td 'cn'
_td 'givenName'