diff --git a/lib/live_info_business_object.dart b/lib/live_info_business_object.dart index 80dfd99..d46dd55 100644 --- a/lib/live_info_business_object.dart +++ b/lib/live_info_business_object.dart @@ -350,7 +350,7 @@ String _decodeHtml(String raw) { return raw .replaceAll('&', '&') .replaceAll('"', '"') - .replaceAll(''', "'") + .replaceAll(''', "'") .replaceAll('<', '<') .replaceAll('>', '>'); }