Index: openacs-4/packages/acs-subsite/www/shared/community-member.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/shared/community-member.tcl,v diff -u -N -r1.24 -r1.25 --- openacs-4/packages/acs-subsite/www/shared/community-member.tcl 3 May 2018 07:22:09 -0000 1.24 +++ openacs-4/packages/acs-subsite/www/shared/community-member.tcl 28 Sep 2018 18:45:04 -0000 1.25 @@ -73,7 +73,10 @@ # "url" is obtained from the sql query above, together with # "first_names" etc. # -if { $url ne "" && ![string match -nocase "http://*" $url] } { +if { $url ne "" + && ![string match -nocase "http://*" $url] + && ![string match -nocase "https://*" $url] + } { set url "http://$url" }