mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
parent
8740357eb2
commit
3be9a22a91
2 changed files with 6 additions and 3 deletions
|
@ -131,7 +131,7 @@ def make_href(base_prefix, href):
|
|||
def webdav_error(human_tag):
|
||||
"""Generate XML error message."""
|
||||
root = ET.Element(make_clark("D:error"))
|
||||
root.append(ET.Element(human_tag))
|
||||
root.append(ET.Element(make_clark(human_tag)))
|
||||
return root
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue