mirror of https://github.com/adamdruppe/arsd.git
forgot to forward
This commit is contained in:
parent
059481bff2
commit
b8660ee8bc
|
@ -468,6 +468,6 @@ class HtmlConverter {
|
|||
///
|
||||
string htmlToText(string html, bool wantWordWrap = true, int wrapAmount = 74) {
|
||||
auto converter = new HtmlConverter();
|
||||
return converter.convert(html, true, wrapAmount);
|
||||
return converter.convert(html, wantWordWrap, wrapAmount);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue