mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +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}"))
|
b.push(format!("* {path}: {size}"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Some(b.join("<br>\n"))
|
Some(b.join("\n"))
|
||||||
}
|
}
|
||||||
|
|
||||||
fn escape(subject: &str) -> String {
|
fn escape(subject: &str) -> String {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue