Skip to content

Commit 3f9de1f

Browse files
author
Richard Jones
committed
don't wrap query.item.html in a <span> (thanks Roch Compaan)
1 parent f400e3d commit 3f9de1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Fixed:
1313
- enforce View Permission when serving file content (sf bug 1050470)
1414
- don't index common words (sf bug 1046612)
1515
- set the current username correctly after rego (sf bug 1048398)
16+
- don't wrap query.item.html in a <span> (thanks Roché Compaan
1617

1718

1819
2004-10-15 0.7.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- query.item -->
2-
<span tal:content="structure context/renderQueryForm" />
2+
<span tal:replace="structure context/renderQueryForm" />
33

0 commit comments

Comments
 (0)