Fix typos in txt2html

This commit is contained in:
Richard Berger
2017-03-07 00:58:03 -05:00
parent d6800405a5
commit 21be86c423
2 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ void substitute(string &s)
string punctuation = ".,?!;:()";
// substitute for bold & italic markers
// if preceeded by \ char, then leave markers in text
// if preceded by \ char, then leave markers in text
n = s.find_first_of("[]{}");
while (n != string::npos) {