This website works better with JavaScript.
Home
Explore
Help
Sign In
ligan
/
DocX
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix for ReplaceText not checking for return char. Fix provided by gianx10. Thank you
master
MadBoy_cp
10 years ago
parent
db10339ead
commit
24dd8ee25d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
DocX/HelperFunctions.cs
+ 1
- 0
DocX/HelperFunctions.cs
View File
@@ -566,6 +566,7 @@ namespace Novacode
}
newRuns.Add(new XElement(DocX.w + "r", rPr, tabRun));
break;
case '\r':
case '\n':
if (sb.Length > 0)
{
Write
Preview
Loading…
Cancel
Save