diff --git a/src/uri.cpp b/src/uri.cpp index 7fbead3..802c369 100644 --- a/src/uri.cpp +++ b/src/uri.cpp @@ -64,7 +64,7 @@ const html_extract URI::get() return { extract_title(answer), - extract_description(answer), + strip_html(extract_description(answer)), strip_html(answer) }; }