'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:
parent
2f126562fc
commit
a9f08097ff
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue