From fbc7047fc9f5eb01862fad546e1b317835f60b91 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 29 Jun 2004 03:07:36 +0000 Subject: [PATCH] PHPTal hack to fix temp dir on Windows if includes "\t" or similar. --- PHPTAL-NP-0.7.0/libs/PHPTAL/Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPTAL-NP-0.7.0/libs/PHPTAL/Generator.php b/PHPTAL-NP-0.7.0/libs/PHPTAL/Generator.php index 61c56edc77..147b0a02d1 100644 --- a/PHPTAL-NP-0.7.0/libs/PHPTAL/Generator.php +++ b/PHPTAL-NP-0.7.0/libs/PHPTAL/Generator.php @@ -82,7 +82,7 @@ class PHPTAL_Generator } if ($this->_gettext_required) { $this->_code = preg_replace('/^<\?php/sm', - '_code, 1); } -- 2.20.1