diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-09-30 17:43:29 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-09-30 17:43:29 +0200 |
commit | d462230b820c4f349dcd0fb4202745d018551120 (patch) | |
tree | 076d8ec8053937b4216683693b7c15af66ff747a /Zotlabs/Module/Import_progress.php | |
parent | e48ed9d06d448e50b26ba4ef08accecf4965f769 (diff) | |
download | volse-hubzilla-d462230b820c4f349dcd0fb4202745d018551120.tar.gz volse-hubzilla-d462230b820c4f349dcd0fb4202745d018551120.tar.bz2 volse-hubzilla-d462230b820c4f349dcd0fb4202745d018551120.zip |
minor display change
Diffstat (limited to 'Zotlabs/Module/Import_progress.php')
-rw-r--r-- | Zotlabs/Module/Import_progress.php | 3 |
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; } |