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 f400e3d commit 3f9de1fCopy full SHA for 3f9de1f
CHANGES.txt
@@ -13,6 +13,7 @@ Fixed:
13
- enforce View Permission when serving file content (sf bug 1050470)
14
- don't index common words (sf bug 1046612)
15
- set the current username correctly after rego (sf bug 1048398)
16
+- don't wrap query.item.html in a <span> (thanks Roché Compaan
17
18
19
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