Merge pull request #358 from prculley/bug9920
bug 9920; fix for multiline Titles in Source view
This commit is contained in:
commit
ceeb4382f1
@ -99,7 +99,7 @@ class SourceModel(FlatBaseModel):
|
||||
return len(self.fmap)+1
|
||||
|
||||
def column_title(self,data):
|
||||
return data[2]
|
||||
return data[2].replace('\n', ' ')
|
||||
|
||||
def column_author(self,data):
|
||||
return data[3]
|
||||
|
Loading…
Reference in New Issue
Block a user