diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index f94b5e0d..c7c55c9b 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -861,8 +861,8 @@ def report(base_prefix, path, xml_request, collection): else: hreferences = (path,) filters = ( - root.findall(".//%s" % _tag("C", "filter")) + - root.findall(".//%s" % _tag("CR", "filter"))) + root.findall("./%s" % _tag("C", "filter")) + + root.findall("./%s" % _tag("CR", "filter"))) multistatus = ET.Element(_tag("D", "multistatus"))