diff --git a/web/src/lib.rs b/web/src/lib.rs index 4058d571..85856528 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -229,7 +229,12 @@ pub fn UserPage() -> impl IntoView { x.image().get().map(|x| x.url().id().unwrap_or_default()).unwrap_or_default() )} > - {x.summary().unwrap_or("").to_string()} + { + dissolve::strip_html_tags(x.summary().unwrap_or("")) + .into_iter() + .map(|x| view! {
{x}
}) + .collect_view() + }type
" "{x.actor_type().unwrap_or(apb::ActorType::Person).as_ref().to_string()}