From 6dc5669b97208e5373e5c42f855d1a199dba14c6 Mon Sep 17 00:00:00 2001 From: "Tobias.Faust" <> Date: Thu, 20 Dec 2018 16:04:04 +0000 Subject: [PATCH] 97_TrashCal.pm: changed to new format git-svn-id: https://svn.fhem.de/fhem/trunk@18014 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/97_TrashCal.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 = "--";