mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -30,5 +30,15 @@ class Em {
|
||||
|
||||
static String decodeHtmlEntities(String title) {
|
||||
return parse(title).body?.text ?? title;
|
||||
// return title
|
||||
// .replaceAll('<', '<')
|
||||
// .replaceAll('>', '>')
|
||||
// .replaceAll('"', '"')
|
||||
// .replaceAll(''', "'")
|
||||
// .replaceAll('"', '"')
|
||||
// .replaceAll(''', "'")
|
||||
// .replaceAll(' ', " ")
|
||||
// .replaceAll('&', "&")
|
||||
// .replaceAll(''', "'");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user