mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 05:10:01 +03:00
forgot to forward
This commit is contained in:
parent
059481bff2
commit
b8660ee8bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue