This commit is contained in:
chrys 2017-11-11 00:47:11 +01:00
parent 7ed2436a14
commit 5da4ed3749

View File

@ -30,7 +30,6 @@ class headLineManager():
newText += text[lastPos:span[0]]
numberOfChars = len(text[span[0]:span[1]])
name = text[span[0]:span[1]][:2]
print(self.env['runtime']['punctuationManager'].proceedPunctuation(name, True))
if name[0] == name[1]:
newText += ' ' + str(numberOfChars) + ' ' + self.env['runtime']['punctuationManager'].proceedPunctuation(name[0], True) + ' '
else: