From 4a8f24dc70620865abbe9c53ed4c7a197490f814 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 15:48:18 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 6c556adc..87f25fad 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -21,7 +21,7 @@ class Pman_Core_MailTemplateList extends Pman $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); foreach ($templateDir as $dir){ - echo "$dir \n"; + echo "$dir
"; if(!file_exists($dir . '/mail')){ continue; } -- 2.39.2