This is an automated email from the ASF dual-hosted git repository.

sebb 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 e6d2bc36 Fix duplicate id
e6d2bc36 is described below

commit e6d2bc36cf1bfbd749f49624e6c51e39eea5cc9f
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 31 08:24:43 2024 +0100

    Fix duplicate id
---
 www/members/subscriptions2.cgi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/members/subscriptions2.cgi b/www/members/subscriptions2.cgi
index 1e49fe7b..e28f6788 100755
--- a/www/members/subscriptions2.cgi
+++ b/www/members/subscriptions2.cgi
@@ -56,6 +56,8 @@ _html do
           _ ', and '
           _a 'Copyable list of Members not subscribed', href: "#unsublist"
           _ ', and '
+          _a 'Copyable list of non-ASF mail subscriptions (must be empty!)', 
href: "#nonasflist"
+          _ ', and '
           _a 'Entries in LDAP but not members.txt', href: "#ldap"
           _ '.'
         end
@@ -155,7 +157,7 @@ _html do
           _ "#{person.id}@apache.org, "
         end
       end
-      _h3_.unsublist! 'Handy List of non-ASF Emails'
+      _h3_.nonasflist! 'Handy List of non-ASF Emails'
       _p do
         nonASFemails.each do |email|
           _ "#{email} "

Reply via email to