We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652913d commit 7bfcd12Copy full SHA for 7bfcd12
src/import.lisp
@@ -135,5 +135,4 @@
135
136
(defun getSummaryDesc (line)
137
"Gets the summary or description from the line and returns it as a string."
138
- (subseq (subseq line (+ (position #\: line :test #'equal) 1)) 0 (length (subseq line (+ (position #\: line :test #'equal) 1)))))
139
- 1)))
+ (remove #\\ (subseq (subseq line (+ (position #\: line :test #'equal) 1)) 0 (length (subseq line (+ (position #\: line :test #'equal) 1))))))
0 commit comments