Corrects formatting issue quirk unique to airtime
This commit is contained in:
@@ -350,7 +350,7 @@ String _decodeHtml(String raw) {
|
||||
return raw
|
||||
.replaceAll('&', '&')
|
||||
.replaceAll('"', '"')
|
||||
.replaceAll(''', "'")
|
||||
.replaceAll(''', "'")
|
||||
.replaceAll('<', '<')
|
||||
.replaceAll('>', '>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user