We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de931c commit a48e272Copy full SHA for a48e272
CHANGES.txt
@@ -51,6 +51,7 @@ Fixed:
51
- applied patch fixing some form handling issues in ZRoundup (sf bug 995565)
52
- enforce View Permission when serving file content (sf bug 1050470)
53
- don't index common words (sf bug 1046612)
54
+- don't wrap query.item.html in a <span> (thanks Roch'e Compaan)
55
56
57
2004-10-15 0.7.8
templates/classic/html/query.item.html
@@ -1,3 +1,3 @@
1
<!-- query.item -->
2
-<span tal:content="structure context/renderQueryForm" />
+<span tal:replace="structure context/renderQueryForm" />
3
0 commit comments