diff --git a/report/completion/index.php b/report/completion/index.php
index d114d809e7c..4ed74d35d2b 100644
--- a/report/completion/index.php
+++ b/report/completion/index.php
@@ -308,7 +308,7 @@ if (!$csv) {
}
print '
';
+ completionreport" cellpadding="5" border="1">';
// Print criteria group names
print PHP_EOL.'';
diff --git a/report/progress/index.php b/report/progress/index.php
index 219a4b5ae43..71db80ec4fc 100644
--- a/report/progress/index.php
+++ b/report/progress/index.php
@@ -278,7 +278,7 @@ if (!$csv) {
}
print '';
- print '
';
+ print '';
// User heading / sort option
print '| ';
|