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 ed5c4781 Votes are held on the private list
ed5c4781 is described below
commit ed5c47815e6ce4a58ff18642d0d649fefee52e69
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 19 15:26:04 2025 +0000
Votes are held on the private list
---
www/officers/acreq.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 117b345d..a2c20ac2 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -208,7 +208,8 @@ _html do
_label.control_label.col_sm_2 'Vote Link', for: "votelink"
_div.col_sm_10 do
_input.form_control name: "votelink", id: "votelink", type:
"text",
- pattern: '.*://.*|.*@.*', placeholder:
'https://lists.apache.org/[email protected]'
+ pattern: '.*://.*|.*@.*',
+ placeholder:
'https://lists.apache.org/[email protected]'
end
end