From 8ca6d21882c521fb78f1325e9a88a558364b3ad4 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 6 May 2021 10:17:03 -0400 Subject: CGI interface at least starts properly. Fixed rendering of templates to actually take place in CGI mode. --- captain/response.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captain/response.f90') diff --git a/captain/response.f90 b/captain/response.f90 index 1fc21b1..3982f1e 100644 --- a/captain/response.f90 +++ b/captain/response.f90 @@ -128,7 +128,7 @@ contains ! so we need to skip ahead of it in the URL if it is there... i = index(str, self%server) if(i > 0) then - i = i + len(self%server) + i = i + len(self%server)+1 else i = 1 end if -- cgit v1.2.3