use 'structure' keyword for textline fields to allow for HTML rendering

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3632 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-11-19 14:30:37 +00:00
parent 13ec1efea7
commit 4b32972ef0

View file

@ -59,7 +59,7 @@
<metal:textline define-macro="display_textline">
<span tal:content="nocall:value"></span>
<span tal:content="structure nocall:value"></span>
</metal:textline>