projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
a8f0edf
)
coquille--
author
Benoît Pin
<pin@cri.ensmp.fr>
Wed, 4 Dec 2013 10:22:46 +0000
(11:22 +0100)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Wed, 4 Dec 2013 10:22:46 +0000
(11:22 +0100)
Folder.py
patch
|
blob
|
history
diff --git
a/Folder.py
b/Folder.py
index
2458bf1
..
7b193fe
100644
(file)
--- a/
Folder.py
+++ b/
Folder.py
@@
-349,7
+349,7
@@
class PlinnFolder(CMFCatalogAware, PortalFolder, DefaultDublinCoreImpl) :
meth = method_id and getattr(ob, method_id) or (lambda : 'Not implemented')
RESPONSE.setStatus(httpRespCode)
RESPONSE.setHeader('Content-Type', 'text/xml;;charset=utf-8')
meth = method_id and getattr(ob, method_id) or (lambda : 'Not implemented')
RESPONSE.setStatus(httpRespCode)
RESPONSE.setHeader('Content-Type', 'text/xml;;charset=utf-8')
- return '<fragment>%s
>
</fragment>' % meth().strip()
+ return '<fragment>%s</fragment>' % meth().strip()
# ## overload to maintain ownership if authenticated user has 'Manage portal' permission
# ## overload to maintain ownership if authenticated user has 'Manage portal' permission