summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-03-21 19:12:34 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-03-21 19:12:34 (GMT)
commit4260b5158eb65bc3037c0d2cea289c2a8d4a0c11 (patch)
tree2646224f0e693db7565c24f3e4fb83a0d4b7cbdd
parentad03942ec476c01360cd50b870ba6d33544201ab (diff)
fixed minor issue
-rwxr-xr-xrhimport-mz2
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");