cfoe
2012-08-28 edca9d621a27e4f4f2c8b3963c96faf4348b759e
interface/web/client/client_edit.php
@@ -117,8 +117,8 @@
      $text = '';
      foreach($tplAdd as $item){
         if (trim($item) != ''){
            if ($text != '') $text .= '<br />';
            $text .= $tpl[$item];
            if ($text != '') $text .= '';
            $text .= '<li>' . $tpl[$item]. '</li>';
         }
      }