From: Emil Williams Date: Thu, 8 May 2025 03:23:54 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=7cefedb4b568d9236f5cde8a33bb78e834194cd3;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index ad7a029..6d6f188 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -88,6 +88,7 @@ sub init { my @set = @{$page{$key}}; next if $set[0] != STATIC_PAGE; syslog("info", "Marking Static '$key'"); + local $_; $template->process($set[1], $vars, \$_) or syslog("info", $template->error()); $static{$key} = $_; }