Remove HTML from descriptions.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-06-11 01:24:11 +02:00
parent bb6376ab87
commit 59ec3f6d6d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const html_extract URI::get()
return
{
extract_title(answer),
extract_description(answer),
strip_html(extract_description(answer)),
strip_html(answer)
};
}