From 2e1724892f0ea391d78a3b67979fbd1c8ac83162 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 6 Aug 2013 17:14:04 +0200 Subject: [PATCH] small bugfix --- xml-db/get.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml-db/get.pl b/xml-db/get.pl index 69df12b..6fe2634 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -186,7 +186,7 @@ sub runandprint { $t->add(@l); } else { - $t .= ""; + $t .= ""; $t .= join("",@l); } } -- 2.43.0