From 4260b5158eb65bc3037c0d2cea289c2a8d4a0c11 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Thu, 21 Mar 2013 19:12:34 +0000
Subject: fixed minor issue


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");
-- 
cgit v0.10.2