From: Ian Jackson Date: Tue, 27 Oct 2015 19:11:45 +0000 (+0000) Subject: Testing: Tidy up html a bit X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=058a743597225f7057f613ca9b18049fc3e6d0af;p=cgi-auth-flexible.git Testing: Tidy up html a bit Signed-off-by: Ian Jackson --- diff --git a/tests/cgi b/tests/cgi index 1610e8d..21fba25 100755 --- a/tests/cgi +++ b/tests/cgi @@ -49,15 +49,16 @@ Set-Cookie: $cookie TITLE

ACCESSGRANTED

-

again

- -

info

-
 END
 
 my $newurl = $authreq->url_with_query_params($authreq->chain_params());
 my $newurl_esc = escapeHTML($newurl);
 
+print <info

+
+END
+
 my $txt = Data::Dumper->Dump([$authreq->get_username(),
  $q->request_method eq 'POST' ? $authreq->check_mutate() : "(not POST)",
                               $q->path_info(),