diff options
Diffstat (limited to 'rhimport-mz')
-rwxr-xr-x | rhimport-mz | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rhimport-mz b/rhimport-mz index 30dfd48..2fc0880 100755 --- a/rhimport-mz +++ b/rhimport-mz @@ -145,7 +145,7 @@ sub find_next_file { }; my $sum_title = "zip-fm (WH)"; -my $sum_text = get_note($ZF_NOTE_FILE); +my $sum_text = get_note($ZF_NOTE_FILE) . "<br/>\n"; print "\nsearching local files:\n"; @@ -172,6 +172,7 @@ foreach my $dir (@STATIC_FILES) { } push(@files, "$dir/$file"); } +my $sum_text = $sum_text . "<br/><br/>\n"; print "\nsummary:\n" . $sum_title . "\n\n" . $sum_text . "\n"; rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", @import_day), "1"); |