chiark / gitweb /
Testing: Tidy up html a bit
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 27 Oct 2015 19:11:45 +0000 (19:11 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 27 Oct 2015 19:11:45 +0000 (19:11 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tests/cgi

index 1610e8d9c46b6db690f5b6e32bd419f7fa16bed2..21fba258eb6360d776268a734d0d380816352d46 100755 (executable)
--- a/tests/cgi
+++ b/tests/cgi
@@ -49,15 +49,16 @@ Set-Cookie: $cookie
 
 <html><head><title>TITLE</title></head>
 <body><h1>ACCESSGRANTED</h1>
-<h1>again</h1>
-
-<h1>info<h1>
-<pre>
 END
 
 my $newurl = $authreq->url_with_query_params($authreq->chain_params());
 my $newurl_esc = escapeHTML($newurl);
 
+print <<END;
+<h1>info<h1>
+<pre>
+END
+
 my $txt = Data::Dumper->Dump([$authreq->get_username(),
  $q->request_method eq 'POST' ? $authreq->check_mutate() : "(not POST)",
                               $q->path_info(),