From: Emil Williams Date: Thu, 29 May 2025 22:57:34 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=0ae17e7048a670d91ecf36033b9da39576efedd1;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index ca3db87..5bb5903 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -139,7 +139,7 @@ sub Triple::main { my @set = @{$dynamic}; $vars->{"title"} = "$set[PAGE_TITLE]"; $vars->{"description"} = "$set[PAGE_DESCRIPTION]"; - $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", $template->error()); + $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", "Template: " . $template->error()); } else { $page = $static{''}; }