From 29aa768a122ac5e934d49bfdce0cc8c80429f5d0 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 13:36:36 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 1 - tt/img | 56 ++++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 39bbbf5..0996ef1 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -55,7 +55,6 @@ sub Triple::main { my $content_type = $ENV{'CONTENT_TYPE'} || ''; my $status = ''; my $location; - my $body = ''; if ($method eq 'POST') { if ($content_length > 0) { diff --git a/tt/img b/tt/img index 88b55e6..0327c9f 100644 --- a/tt/img +++ b/tt/img @@ -7,33 +7,35 @@
[% uri %] - [% description %]
- - - - - - - - - - - - - - - - - -
Name - -
Options - -
Subject - - -
Comment - -
+
+ + + + + + + + + + + + + + + + + +
Name + +
Options + +
Subject + + +
Comment + +
+
[% FOREACH thread IN threads %]
[% FOREACH reply IN thread %] -- 2.39.5