aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-09-30 17:43:29 +0200
committerMario Vavti <mario@mariovavti.com>2021-09-30 17:43:29 +0200
commitd462230b820c4f349dcd0fb4202745d018551120 (patch)
tree076d8ec8053937b4216683693b7c15af66ff747a /Zotlabs
parente48ed9d06d448e50b26ba4ef08accecf4965f769 (diff)
downloadvolse-hubzilla-d462230b820c4f349dcd0fb4202745d018551120.tar.gz
volse-hubzilla-d462230b820c4f349dcd0fb4202745d018551120.tar.bz2
volse-hubzilla-d462230b820c4f349dcd0fb4202745d018551120.zip
minor display change
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Import_progress.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Import_progress.php b/Zotlabs/Module/Import_progress.php
index 3bae94bbb..40cddd4a8 100644
--- a/Zotlabs/Module/Import_progress.php
+++ b/Zotlabs/Module/Import_progress.php
@@ -58,7 +58,8 @@ class Import_progress extends \Zotlabs\Web\Controller {
if (is_array($f))
$o .= '<pre>' . htmlspecialchars(print_array($f)) . '</pre>';
- $o .= '<h3> Refresh page for updates!</h3>';
+ $o .= '<hr>';
+ $o .= '<h3>Refresh page for updates!</h3>';
return $o;
}