diff --git a/templates/Froxlor/webftp/webftp_edit.tpl b/templates/Froxlor/webftp/webftp_edit.tpl
index 59dc2905..44d579fb 100644
--- a/templates/Froxlor/webftp/webftp_edit.tpl
+++ b/templates/Froxlor/webftp/webftp_edit.tpl
@@ -24,7 +24,7 @@
-
+
diff --git a/webftp.php b/webftp.php
index 324d9e19..283cf151 100644
--- a/webftp.php
+++ b/webftp.php
@@ -710,7 +710,7 @@ elseif ((!empty($_POST['loginname']) && !empty($_POST['password'])) || (!empty($
{
fclose($fp);
// temporäre Datei lesen und ausgeben
- $myFileContent = htmlentities(implode("",file($downloadDir . killslashes(html_entity_decode($file))."_".$s)));
+ $myFileContent = implode("",file($downloadDir . killslashes(html_entity_decode($file))."_".$s));
}
$smarty->assign('myFileContent', $myFileContent);
unlink($downloadDir . killslashes(html_entity_decode($file))."_".$s);