diff options
-rwxr-xr-x | rhimport-mz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-mz b/rhimport-mz index 2fc0880..2de5257 100755 --- a/rhimport-mz +++ b/rhimport-mz @@ -172,7 +172,7 @@ foreach my $dir (@STATIC_FILES) { } push(@files, "$dir/$file"); } -my $sum_text = $sum_text . "<br/><br/>\n"; +$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"); |