delimiter and append now works as expected
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 14 Mar 2004 20:19:42 +0000 (20:19 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 14 Mar 2004 20:19:42 +0000 (20:19 +0000)
git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@290 13eb9ef6-21d5-0310-b721-a9d68796d827

all2xml.pl

index 9245908..0ffee07 100755 (executable)
@@ -245,7 +245,7 @@ sub data2xml {
 
                        # what will separate last line from this one?
                        if ($display_data && $x->{append}) {
-                               $line_delimiter = ' ';
+                               $line_delimiter = $delimiter;
                        } elsif ($display_data) {
                                $line_delimiter = '<br/>';
                        }