diff --git a/modules/web_hook.cc b/modules/web_hook.cc index d17c8df35..f61aec9c1 100644 --- a/modules/web_hook.cc +++ b/modules/web_hook.cc @@ -1061,7 +1061,7 @@ github_handle__issue_comment(std::ostream &out, auto lines(split(body, delim)); do { out << lines.first - << "
" + << "\\n" ; lines = split(lines.second, delim);