From b7cd532c5ef4d946c7e6d1eaabc10e218f285c07 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 13:01:02 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 4265c57..3f603b8 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -127,7 +127,7 @@ sub Triple::main { -Content_Type => 'text/html', -charset => 'UTF-8', -status => $status, - -location => $location, + -location => undef, ); next if $status ne ''; -- 2.39.5