py/gadict.py
changeset 593 32de94c1b039
parent 582 92a189ed49b6
child 594 910efcf51ac0
--- a/py/gadict.py	Fri Oct 07 00:30:52 2016 +0300
+++ b/py/gadict.py	Fri Oct 07 00:45:54 2016 +0300
@@ -271,7 +271,7 @@
                 return string
             m = self.CONT_RE.match(self.line)
             if m is not None:
-                string += "\n" + m.group(1)
+                string += " " + m.group(1)
             else:
                 return string