diff --git a/module/testreport/ui/edit.html.php b/module/testreport/ui/edit.html.php
index 4c106234be..811c548d19 100644
--- a/module/testreport/ui/edit.html.php
+++ b/module/testreport/ui/edit.html.php
@@ -169,10 +169,7 @@ formPanel
$report->files ? fileList
(
set::files($report->files),
- set::hasTitle(false),
- set::padding(false),
- set::margin(false),
- set::pt('0'),
+ set::fieldset(false),
) : null,
upload()
)