Commit ad38c9a1 authored by 's avatar

*** empty log message ***

parent e2c1df8f
......@@ -85,7 +85,7 @@
"""WebDAV xml request objects."""
__version__='$Revision: 1.9 $'[11:-2]
__version__='$Revision: 1.10 $'[11:-2]
import sys, os, string
from common import absattr, aq_base, urlfix
......@@ -173,7 +173,7 @@ class PropFind:
' <d:status>HTTP/1.1 404 Not Found</d:status>\n' \
' <d:responsedescription>\n' \
' The property %s does not exist.\n' \
' </d:responsedescription>\n' \
' </d:responsedescription>\n' \
'</d:propstat>\n' % (ns, name, name)
result.write(stat)
result.write('</d:response>\n')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment