Remove HTML from descriptions.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bb6376ab87
commit
59ec3f6d6d
|
@ -64,7 +64,7 @@ const html_extract URI::get()
|
|||
return
|
||||
{
|
||||
extract_title(answer),
|
||||
extract_description(answer),
|
||||
strip_html(extract_description(answer)),
|
||||
strip_html(answer)
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user