Commit 563b882
John Pinto
Bug #3203 - Fix for download plans docx being malformed if it has
character combinations lik \0.. or \F.., e,g, as in
G:\Hematologie\Onderzoek\Studie Team Hematologie\Studies op alfabet\studies\abc\00. DIGITAAL ISF\03. Contracts - Agreements\a. Clinical Trial Agreement.
Fix for issue #3203.
Change:
The htmltoword gem converts html to docx, so we clean the html string by
replacing single backslashes \ by double backslashes \\.1 parent 036f8c7 commit 563b882
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
139 | 146 | | |
0 commit comments