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 00ac368  oops
00ac368 is described below

commit 00ac368215b64a8e22ff83cd8972a79c8ac920e3
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 3 13:45:44 2022 +0000

    oops
---
 www/members/archivers.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/archivers.cgi b/www/members/archivers.cgi
index 9cafa2d..5bb5fe3 100755
--- a/www/members/archivers.cgi
+++ b/www/members/archivers.cgi
@@ -40,7 +40,7 @@ def showdets(text)
 end
 
 # Fix relative links
-if env['REQUEST_URI'] =~ 'archivers(\.cgi)?/'
+if env['REQUEST_URI'] =~ %r{archivers(\.cgi)?/}
   href_pfx = '.'
 else
   href_pfx = 'archivers'

Reply via email to