diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 164cbb15755..4b9fb7da912 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1553,40 +1553,6 @@ class Form $filename = sanitize_string($filename); $relativepath = "${filename}/${filename}.pdf"; $fullpathfile = $filedir . "/" . $filename . ".pdf"; - - if ($genallowed) - { - print '
'; + } } }