'render.html' view: embed content in div tags for providing valid XML

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3256 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-02-28 09:53:27 +00:00
parent 2f126562fc
commit a9f08097ff

View file

@ -366,7 +366,7 @@ class NodeView(BaseView):
return self.targetView('download.html', 'download') return self.targetView('download.html', 'download')
def targetRender(self): def targetRender(self):
return self.targetView('download.html', 'show') return u'<div>%s</div>' % self.targetView('download.html', 'show')
@Lazy @Lazy
def virtualTarget(self): def virtualTarget(self):