7143 Followup for timeline
[koha-equinox.git] / about.pl
index 7189a22..874c964 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -131,6 +131,9 @@ shift @lines; #remove header row
 
 foreach (@lines) {
     my ( $date, $desc, $tag ) = split(/\t/);
+    if(!$desc && $date=~ /(?<=\d{4})\s+/) {
+        ($date, $desc)= ($`, $');
+    }
     push(
         @rows2,
         {