Skip to content

Commit d7cd94a

Browse files
committed
Security fix from upgrading.txt.
1 parent 6aad751 commit d7cd94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/issues/html/_generic.help-list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<td tal:repeat="prop props">
6565
<label class="classhelp-label"
6666
tal:attributes="for string:id_$attr"
67-
tal:content="structure python:item[prop]"></label>
67+
tal:content="python:item[prop]"></label>
6868
</td>
6969
</tal:block>
7070
</tr>
@@ -81,3 +81,4 @@
8181
//--></script>
8282
</body>
8383
</html>
84+
<!-- SHA: 7581a18984d95c2c415df046cfbdda73ad95651e -->

0 commit comments

Comments
 (0)