mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
remove html tags from item description
This commit is contained in:
parent
f563fb500b
commit
48ca526a67
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ pub fn item_description(size: Option<u64>, list: Option<&Vec<(String, u64)>>) ->
|
|||
b.push(format!("* {path}: {size}"))
|
||||
}
|
||||
}
|
||||
Some(b.join("<br>\n"))
|
||||
Some(b.join("\n"))
|
||||
}
|
||||
|
||||
fn escape(subject: &str) -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue