diff -r f45410f1f80e -r 32de94c1b039 py/gadict.py --- 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