From 058a743597225f7057f613ca9b18049fc3e6d0af Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Oct 2015 19:11:45 +0000 Subject: [PATCH] Testing: Tidy up html a bit Signed-off-by: Ian Jackson --- tests/cgi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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(),
-- 
2.30.2