It helps if you commit all the files in the bugfix
This commit is contained in:
parent
0e038b8727
commit
5d53f1a676
|
@ -786,7 +786,7 @@ def getnewcontent(txt):
|
||||||
def applyinputformatting(txt):
|
def applyinputformatting(txt):
|
||||||
# Add sentence spacing
|
# Add sentence spacing
|
||||||
if(vars.formatoptns["frmtadsnsp"]):
|
if(vars.formatoptns["frmtadsnsp"]):
|
||||||
txt = utils.addsentencespacing(txt, vars.actions)
|
txt = utils.addsentencespacing(txt, vars)
|
||||||
|
|
||||||
return txt
|
return txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue