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>'; } }