MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:48:18 +0000 (15:48 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:48:18 +0000 (15:48 +0800)
MailTemplateList.php

index 6c556ad..87f25fa 100644 (file)
@@ -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 <br/>";
             if(!file_exists($dir . '/mail')){
                 continue;
             }