diff --git a/fhem/CHANGED b/fhem/CHANGED index 2acc0235b..cdcb66d79 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 97_TrashCal: changed to new format - bugfix: 42_AptToDate: fix state reading after getDistribution - feature: 49_SSCam: tooltip hints in camera devices, commandref revised - feature: 36_WMBUS: new attribute ignoreUnknownDataBlocks diff --git a/fhem/FHEM/97_TrashCal.pm b/fhem/FHEM/97_TrashCal.pm index be976f0b2..e611f6ba9 100644 --- a/fhem/FHEM/97_TrashCal.pm +++ b/fhem/FHEM/97_TrashCal.pm @@ -26,7 +26,7 @@ package MyTrashCalParser; use base qw(HTML::Parser); our %dates = (); -my $lookupTag = "td"; +my $lookupTag = "div"; my $curTag = ""; my $category = "--";