removed extra '}'
svn: r1733
This commit is contained in:
parent
e2f346d5ac
commit
00e357ea3f
@ -372,6 +372,6 @@ class RTFDoc(TextDoc.TextDoc):
|
|||||||
self.text = self.text + i
|
self.text = self.text + i
|
||||||
|
|
||||||
self.text = self.text.replace('<super>','{{\*\updnprop5801}\up10 ')
|
self.text = self.text.replace('<super>','{{\*\updnprop5801}\up10 ')
|
||||||
self.text = self.text.replace('</super>','}}')
|
self.text = self.text.replace('</super>','}')
|
||||||
|
|
||||||
Plugins.register_text_doc(_("Rich Text Format (RTF)"),RTFDoc,1,1,1,".rtf")
|
Plugins.register_text_doc(_("Rich Text Format (RTF)"),RTFDoc,1,1,1,".rtf")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user