Merge branch 'pr22' into olm-command
This commit is contained in:
commit
544155632f
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class Formatted(object):
|
||||||
text = text + line[i]
|
text = text + line[i]
|
||||||
i = i + 1
|
i = i + 1
|
||||||
|
|
||||||
substrings.append(FormattedString(text, attributes))
|
substrings.append(FormattedString(text, DEFAULT_ATTRIBUTES.copy()))
|
||||||
return cls(substrings)
|
return cls(substrings)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Reference in a new issue